chore(deps): update dependency django-filter to >=2.4.0,<23.6 (#2783)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4715ccf083
commit
d192b6defc
|
@ -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,<4.4
|
||||
django-filter>=2.4.0,<23.4
|
||||
django-filter>=2.4.0,<23.6
|
||||
django>=4.2.0,<4.3
|
||||
djangorestframework>=3.14.0,<3.15
|
||||
drf-spectacular>=0.22.1,<0.27
|
||||
|
|
|
@ -25,7 +25,7 @@ setup(
|
|||
},
|
||||
install_requires=[
|
||||
"django-cors-headers>=3.14.0,<4.4",
|
||||
"django-filter>=2.4.0,<23.4",
|
||||
"django-filter>=2.4.0,<23.6",
|
||||
"django>=4.2.0,<4.3",
|
||||
"djangorestframework>=3.14.0,<3.15",
|
||||
"drf-spectacular>=0.22.1,<0.27",
|
||||
|
|
Loading…
Reference in New Issue