Skip to content

Commit dfd517c

Browse files
dependabot[bot]jobselko
authored andcommitted
Update django-filter requirement from <=25.2,>=24.3 to >=24.3,<=26.1
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@24.3...26.1) --- updated-dependencies: - dependency-name: django-filter dependency-version: '26.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb91605 commit dfd517c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"click>=8.1.0,<8.5", # Uses milestone.feature.fix https://palletsprojects.com/versions .
3333
"cryptography>=44.0.3,<50.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
3434
"Django>=5.2.0,<5.3", # LTS version, we aim at supporting one or two at a time.
35-
"django-filter>=24.3,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
35+
"django-filter>=24.3,<=26.1", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
3636
"django-guid>=3.4.0,<3.7", # Looks like only bugfixes in z-Stream.
3737
"django-import-export>=2.9,<5.0",
3838
"django-lifecycle>=1.0,<=1.3.0",

0 commit comments

Comments
 (0)