From 4ae18f3b24496273006fce4bc23d7949113deab4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 28 May 2019 13:34:04 +0000 Subject: [PATCH] Update django-haystack requirement from <2.2,>=2.1.0 to >=2.1.0,<2.9 Updates the requirements on [django-haystack](https://github.com/toastdriven/django-haystack) to permit the latest version. - [Release notes](https://github.com/toastdriven/django-haystack/releases) - [Changelog](https://github.com/django-haystack/django-haystack/blob/master/docs/changelog.rst) - [Commits](https://github.com/toastdriven/django-haystack/compare/v2.1.0...v2.8.1) --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 4676dca..33aa693 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ -django-haystack>=2.1.0,<2.2 +django-haystack>=2.1.0,<2.9 queues Whoosh