Skip to content

Commit

Permalink
chore(deps): bump djangorestframework to >=3.14.0,<3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored and paddatrapper committed May 26, 2023
1 parent a587f17 commit 2d89367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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",
"requests>=2.31.0,<2.32",
],
Expand Down

0 comments on commit 2d89367

Please sign in to comment.