Skip to content

Commit

Permalink
package 'celery' upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova committed Oct 20, 2023
1 parent 8754ec5 commit d3f2e74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ urllib3 = "==1.26.15"
Jinja2 = "==2.11.3"
watchtower = "==3.0.0"
boto3 = "==1.24.24"
celery = "==5.2.2"
celery = "==5.3.0b2"
redis = "==3.5.3"
sqlparse = "==0.4.4"
django-extensions = "==3.2.1"
Expand Down
15 changes: 8 additions & 7 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
amqp==5.1.1; python_version >= '3.6'
app-common-python==0.2.5
asgiref==3.7.2; python_version >= '3.7'
billiard==3.6.4.0
billiard==4.1.0; python_version >= '3.7'
boto3==1.24.24; python_version >= '3.7'
botocore==1.27.96; python_version >= '3.7'
celery==5.2.2; python_version >= '3.7'
celery==5.3.0b2; python_version >= '3.7'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
Expand Down

0 comments on commit d3f2e74

Please sign in to comment.