Skip to content

Commit b112fd5

Browse files
Update django-filter requirement from ^21 to >=21,<23
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...22.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d75ca3 commit b112fd5

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

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

0 commit comments

Comments
 (0)