Skip to content

Commit 7be95cc

Browse files
authored
Merge pull request #31 from bckohan/dependabot/pip/django-filter-gte-21-and-lt-24
Update django-filter requirement from >=21,<23 to >=21,<24
2 parents e35e3c8 + a41b963 commit 7be95cc

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)