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 4af8070450
commit c4153b6fbf
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 = "*"