Skip to content

Commit

Permalink
Upgrade Celery from v5.1.2 to v5.2.7
Browse files Browse the repository at this point in the history
This also requires a kombu upgrade. The update is needed for an update
of the Docker image.
  • Loading branch information
tomka committed Jun 26, 2024
1 parent e4d5a09 commit 9d31a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aggdraw==1.3.12; platform_python_implementation != 'PyPy'
celery==5.1.2
celery==5.2.7
channels==3.0.4
cssmin==0.2.0
Cython==0.29.30
Expand All @@ -12,7 +12,7 @@ django-pipeline==2.0.8
django-rest-swagger==2.2.0
django-taggit==3.0.0
djangorestframework==3.13.1
kombu==5.2.2
kombu==5.2.3
matplotlib==3.5.2; platform_python_implementation != 'PyPy'
mock==4.0.3
msgpack==1.0.4; platform_python_implementation != 'PyPy'
Expand Down

0 comments on commit 9d31a98

Please sign in to comment.