From 2045942b150ca927d99019c0f5651881d6bd88d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:03:18 +0000 Subject: [PATCH] Update django-filter requirement from <=25.1,>=23.1 to >=23.1,<=25.2 Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/23.1...25.2) --- updated-dependencies: - dependency-name: django-filter dependency-version: '25.2' 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 0f83d39634..11cb29497b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "click>=8.1.0,<8.3", # Uses milestone.feature.fix https://palletsprojects.com/versions . "cryptography>=44.0.3,<47.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning . "Django~=4.2.0", # LTS version, switch only if we have a compelling reason to". - "django-filter>=23.1,<=25.1", # Uses CalVer, not released often https://github.com/carltongibson/django-filter + "django-filter>=23.1,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter "django-guid>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream. "django-import-export>=2.9,<3.4.0", "django-lifecycle>=1.0,<=1.2.4",