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 1e5c64ff73
commit c2595f28fb
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 = "*"