chore(deps): bump djangorestframework to >=3.14.0,<3.15

This commit is contained in:
jo 2023-05-25 16:20:50 +02:00 committed by Kyle Robbertze
parent a587f179f8
commit 2d8936750d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
django-cors-headers>=3.14.0,<4.1
django-filter>=2.4.0,<23.3
django>=4.2.0,<4.3
djangorestframework>=3.12.1,<3.15
djangorestframework>=3.14.0,<3.15
drf-spectacular>=0.22.1,<0.27
gunicorn>=20.1.0,<20.2
psycopg[c]>=3.1.8,<3.2

View File

@ -27,7 +27,7 @@ setup(
"django-cors-headers>=3.14.0,<4.1",
"django-filter>=2.4.0,<23.3",
"django>=4.2.0,<4.3",
"djangorestframework>=3.12.1,<3.15",
"djangorestframework>=3.14.0,<3.15",
"drf-spectacular>=0.22.1,<0.27",
"requests>=2.31.0,<2.32",
],