diff --git a/pyproject.toml b/pyproject.toml index a6934f7826..26919c3e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "click>=8.1.0,<8.4", # 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.24,<5.3, !=5.0, !=5.1", # 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,<5.0", "django-lifecycle>=1.0,<=1.2.4",