Skip to content

Commit a41b963

Browse files
Update django-filter requirement from >=21,<23 to >=21,<24
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@21.1...23.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e35e3c8 commit a41b963

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
@@ -40,7 +40,7 @@ exclude = ["django_enum/tests"]
4040
python = ">=3.7,<4.0"
4141
Django = ">=3.2,<5.0"
4242
enum-properties = {version = "^1.2.0", optional = true}
43-
django-filter = {version = ">=21,<23", optional = true}
43+
django-filter = {version = ">=21,<24", optional = true}
4444
djangorestframework = {version = "^3.9", optional = true}
4545

4646
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)