Skip to content

Commit 5378e68

Browse files
authored
Merge pull request #10 from bckohan/dependabot/pip/django-filter-gte-21-and-lt-23
Update django-filter requirement from ^21 to >=21,<23
2 parents 7d75ca3 + b112fd5 commit 5378e68

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)