Skip to content

Commit c34746c

Browse files
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](carltongibson/django-filter@23.1...25.2) --- updated-dependencies: - dependency-name: django-filter dependency-version: '25.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61fcbe8 commit c34746c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"click>=8.1.0,<8.4", # Uses milestone.feature.fix https://palletsprojects.com/versions .
3434
"cryptography>=44.0.3,<47.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
3535
"Django>=4.2.24,<5.3, !=5.0, !=5.1", # LTS version, switch only if we have a compelling reason to".
36-
"django-filter>=23.1,<=25.1", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
36+
"django-filter>=23.1,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
3737
"django-guid>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream.
3838
"django-import-export>=2.9,<5.0",
3939
"django-lifecycle>=1.0,<=1.2.4",

0 commit comments

Comments
 (0)