Skip to content

Commit

Permalink
Targeted update of some Python dependencies (#4688)
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Nov 29, 2023
1 parent 1e5c64f commit c2595f2
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 83 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
163 changes: 81 additions & 82 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2595f2

Please sign in to comment.