chore(deps): update dependency django-filter to v22 (#2225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd84c3b4a5
commit
b585111938
|
@ -1,6 +1,6 @@
|
||||||
# Please do not edit this file, edit the setup.py file!
|
# Please do not edit this file, edit the setup.py file!
|
||||||
# This file is auto-generated by tools/extract_requirements.py.
|
# This file is auto-generated by tools/extract_requirements.py.
|
||||||
django-filter>=2.4.0,<22.0
|
django-filter>=2.4.0,<22.2
|
||||||
django>=3.2.12,<4.0
|
django>=3.2.12,<4.0
|
||||||
djangorestframework>=3.12.1,<3.15
|
djangorestframework>=3.12.1,<3.15
|
||||||
drf-spectacular>=0.22.1,<0.25
|
drf-spectacular>=0.22.1,<0.25
|
||||||
|
|
|
@ -24,7 +24,7 @@ setup(
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"django-filter>=2.4.0,<22.0",
|
"django-filter>=2.4.0,<22.2",
|
||||||
"django>=3.2.12,<4.0",
|
"django>=3.2.12,<4.0",
|
||||||
"djangorestframework>=3.12.1,<3.15",
|
"djangorestframework>=3.12.1,<3.15",
|
||||||
"drf-spectacular>=0.22.1,<0.25",
|
"drf-spectacular>=0.22.1,<0.25",
|
||||||
|
|
Loading…
Reference in New Issue