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",