setup: allow django-filter 23.1 (#82024)
gitea/fargo/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-12-18 11:11:41 +01:00
parent 1e5287bfbd
commit 5ccf14a027
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ setup(
'django>=2.2,<3.3',
'gadjo',
'django-tables2>=1.5,<2.5',
'django-filter>1,<2.5',
'django-filter>1,<23.2',
'djangorestframework>=3.4',
'python-magic',
'requests',

View File

@ -22,7 +22,7 @@ deps =
pylint-django
dj22: django>=2.2,<2.3
dj32: django>=3.2,<3.3
django-filter>=2.4,<2.5
django-filter>=2.4,<23.2
django-tables2==2.4.1
pytest-cov
pytest-random