chore(deps): update dependency django-filter to v23 (#2482)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-26 16:00:27 +02:00 committed by GitHub
parent 7962c0adf6
commit 7621563ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Please do not edit this file, edit the setup.py file!
# This file is auto-generated by tools/extract_requirements.py.
django-cors-headers>=3.14.0,<3.15
django-filter>=2.4.0,<22.2
django-filter>=2.4.0,<23.2
django>=4.1.4,<4.2
djangorestframework>=3.12.1,<3.15
drf-spectacular>=0.22.1,<0.27

View File

@ -25,7 +25,7 @@ setup(
},
install_requires=[
"django-cors-headers>=3.14.0,<3.15",
"django-filter>=2.4.0,<22.2",
"django-filter>=2.4.0,<23.2",
"django>=4.1.4,<4.2",
"djangorestframework>=3.12.1,<3.15",
"drf-spectacular>=0.22.1,<0.27",