Skip to content

Commit

Permalink
chore: update celery to 5.4.0 (EsupPortail#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk authored May 15, 2024
1 parent 880e4a9 commit d86cbee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pod/video_encode_transcript/encoding_tasks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Esup-Pod encoding tasks."""

# pip3 install celery==5.2.7
# pip3 install celery==5.4.0
# pip3 install webvtt-py
# pip3 install redis==4.5.4
from celery import Celery
Expand Down
2 changes: 1 addition & 1 deletion pod/video_encode_transcript/transcripting_tasks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Esup-Pod transcripting tasks."""

# pip3 install celery==5.2.7
# pip3 install celery==5.4.0
# pip3 install webvtt-py
# pip3 install redis==4.5.4
from celery import Celery
Expand Down
2 changes: 1 addition & 1 deletion requirements-encode.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
webvtt-py==0.4.5
celery==5.2.7
celery==5.4.0
redis==4.5.4
requests==2.31.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ markdown==3.4.1
sorl-thumbnail==12.10.0
django-lti-provider==1.0.0
django-auth-mixins==1.0.1
vine==5.0.0;
pandas
billiard<4.0,>=3.6.0
django-shibboleth-remoteuser
django-chunked-upload==2.0.0
django-select2
Expand Down

0 comments on commit d86cbee

Please sign in to comment.