Skip to content

Commit 0531a39

Browse files
authoredSep 10, 2024
Update django-filter requirement from <23.6,>=2.4 to >=2.4,<24.4
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@2.4.0...24.3) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 720c0d0 commit 0531a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django>=4.2,<5.1
22
djangorestframework>=3.15.2,<3.16
33
markdown>=3.2,<3.6
4-
django-filter>=2.4,<23.6
4+
django-filter>=2.4,<24.4
55
django-cors-headers>=4.0,<4.5
66
django-userforeignkey>=0.3,<0.6
77
drf-multitokenauth>=2.0.0,<2.1.0

0 commit comments

Comments
 (0)