From 13a84ba8958b9be4a8208d71071ad7095cad9d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:56:21 +0000 Subject: [PATCH] Bump django-haystack from 2.1.0 to 3.4.0 Bumps [django-haystack](https://github.com/django-haystack/django-haystack) from 2.1.0 to 3.4.0. - [Release notes](https://github.com/django-haystack/django-haystack/releases) - [Changelog](https://github.com/django-haystack/django-haystack/blob/master/docs/changelog.rst) - [Commits](https://github.com/django-haystack/django-haystack/compare/v2.1.0...v3.4.0) --- updated-dependencies: - dependency-name: django-haystack dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f59a67..6b2cc08 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'two.bootstrap', 'twotest', 'south', - 'django-haystack==2.1.0', + 'django-haystack==3.4.0', 'pysolr==2.1.0', 'Pillow', 'stracks_api',