From c32a7e07eb1714b69efa0fa6c370c925181db383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:17:32 +0000 Subject: [PATCH] Update django-haystack requirement in /server/vcr-server Updates the requirements on [django-haystack](https://github.com/django-haystack/django-haystack) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: django-haystack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/vcr-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/vcr-server/requirements.txt b/server/vcr-server/requirements.txt index 6be0d4f94..2d3f77bd0 100644 --- a/server/vcr-server/requirements.txt +++ b/server/vcr-server/requirements.txt @@ -29,7 +29,7 @@ django-nose>=1.4.2 # Search drf-haystack>=1.6.1,<2 -django-haystack>=2.7.dev0,<3 +django-haystack>=2.7.dev0,<4 pysolr>=3.6.0,<4 # Generator