From b67e8aad9dc5c5718584b1b546a337f949eb1a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:27:56 +0000 Subject: [PATCH] [UPDATE] Update xapian-haystack requirement Updates the requirements on [xapian-haystack](https://github.com/notanumber/xapian-haystack) to permit the latest version. - [Changelog](https://github.com/notanumber/xapian-haystack/blob/master/CHANGELOG.rst) - [Commits](https://github.com/notanumber/xapian-haystack/compare/3.1.0...4.0.0) --- updated-dependencies: - dependency-name: xapian-haystack dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdcba07c..592b4b33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "phonenumbers>=9.0.25,<10.0.0", "reportlab>=4.4.10,<5.0.0", "django-haystack<4.0.0,>=3.3.0", - "xapian-haystack<4.0.0,>=3.1.0", + "xapian-haystack>=3.1.0,<5.0.0", "libsass<1.0.0,>=0.23.0", "django-ordered-model<4.0.0,>=3.7.4", "django-simple-captcha<1.0.0,>=0.6.3",