Locks DRF version to 3.14, updates other dependencies

This commit is contained in:
Trenton H
2024-03-25 19:57:13 -07:00
parent 4af8070450
commit 9084b3e1c9
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 = "*"