Skip to content

Commit fbc215f

Browse files
committed
update django-filter dependency version
1 parent dc1bed8 commit fbc215f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- name: Install Poetry
4949
uses: snok/install-poetry@v1
5050
with:
51-
version: 1.5.1
5251
virtualenvs-create: true
5352
virtualenvs-in-project: true
5453
- name: Install Basic Dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude = ["django_enum/tests"]
4646
python = ">=3.7,<4.0"
4747
Django = ">=3.2,<6.0"
4848
enum-properties = {version = "^1.7.0", optional = true}
49-
django-filter = {version = ">=21,<24", optional = true}
49+
django-filter = {version = ">=21", optional = true}
5050
djangorestframework = {version = "^3.9", optional = true}
5151

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

0 commit comments

Comments
 (0)