Skip to content

Commit

Permalink
Bump DRF to 3.15.2
Browse files Browse the repository at this point in the history
I'm looking to add a `Content-Security-Policy` to API responses, and there
were some important improvements for that in 3.15.0 (e.g.
encode/django-rest-framework#8784).
  • Loading branch information
SpecLad committed Dec 4, 2024
1 parent 022f45d commit 5dcfc69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cvat/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django-health-check>=3.18.1,<4
django-rq==2.8.1
django-sendfile2==0.7.0
Django~=4.2.7
djangorestframework~=3.14.0
djangorestframework>=3.15.2,<4
drf-spectacular==0.26.2
furl==2.1.0
google-cloud-storage==1.42.0
Expand Down
5 changes: 2 additions & 3 deletions cvat/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:9ff984f33ae139c68d90acc3e338c6cef7ecf6e9
# SHA1:275a663d91764ea3126531729179a07e95b657e8
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -105,7 +105,7 @@ django-rq==2.8.1
# via -r cvat/requirements/base.in
django-sendfile2==0.7.0
# via -r cvat/requirements/base.in
djangorestframework==3.14.0
djangorestframework==3.15.2
# via
# -r cvat/requirements/base.in
# dj-rest-auth
Expand Down Expand Up @@ -264,7 +264,6 @@ python3-saml==1.16.0
pytz==2024.2
# via
# clickhouse-connect
# djangorestframework
# pandas
pyunpack==0.2.1
# via -r cvat/requirements/base.in
Expand Down

0 comments on commit 5dcfc69

Please sign in to comment.