chore(deps): update dependency djangorestframework to >=3.12.1,<3.15 (#2177)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-22 15:23:57 +02:00 committed by GitHub
parent f1dbad9be1
commit 69aadd66ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# This file is auto-generated by tools/extract_requirements.py.
django-filter>=2.4.0,<22.0
django>=3.2.12,<4.0
djangorestframework>=3.12.1,<3.14
djangorestframework>=3.12.1,<3.15
drf-spectacular>=0.22.1,<0.25
psycopg2>=2.8.6,<2.10
requests>=2.25.1,<2.29

View File

@ -26,7 +26,7 @@ setup(
install_requires=[
"django-filter>=2.4.0,<22.0",
"django>=3.2.12,<4.0",
"djangorestframework>=3.12.1,<3.14",
"djangorestframework>=3.12.1,<3.15",
"drf-spectacular>=0.22.1,<0.25",
"requests>=2.25.1,<2.29",
],