Locks DRF version to 3.14, updates other dependencies (#6200)

This commit is contained in:
Trenton H
2024-03-27 09:13:02 -07:00
committed by GitHub
parent 17e53dd020
commit 93fb159a6a
3 changed files with 297 additions and 297 deletions

View File

@@ -17,7 +17,7 @@ django-extensions = "*"
django-filter = "~=24.1"
django-guardian = "*"
django-multiselectfield = "*"
djangorestframework = "~=3.14"
djangorestframework = "==3.14.0"
djangorestframework-guardian = "*"
drf-writable-nested = "*"
bleach = "*"