Targeted update of some Python dependencies (#4688)

This commit is contained in:
Trenton H
2023-11-28 19:10:27 -08:00
committed by GitHub
parent 2b25db8099
commit 5f2345b01a
2 changed files with 82 additions and 83 deletions

View File

@@ -20,7 +20,7 @@ djangorestframework = "~=3.14"
djangorestframework-guardian = "*"
drf-writable-nested = "*"
bleach = "*"
celery = "*"
celery = {extras = ["redis"], version = "*"}
channels = "~=4.0"
channels-redis = "*"
concurrent-log-handler = "*"