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

This commit is contained in:
Valentin Deniaud 2023-12-18 11:09:39 +01:00
parent 7bea1c912b
commit e83bfee4c3
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ setup(
'django>=3.2, <3.3',
'gadjo',
'djangorestframework>=3.4,<3.15',
'django-filter',
'django-filter<23.2',
'vobject',
'python-dateutil',
'requests',

View File

@ -30,7 +30,7 @@ deps =
pyquery
django-mellon>=1.6.1
pytest-freezegun
django-filter>=2.4,<2.5
django-filter>=2.4,<23.2
weasyprint<52
django32: django>=3.2,<3.3
django32: psycopg2-binary>=2.9