Skip to content

Commit

Permalink
Bump celery from 5.2.7 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [celery](https://github.com/celery/celery) from 5.2.7 to 5.4.0.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.2.7...v5.4.0)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent 1a99d64 commit 24f3955
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ le-utils==0.2.5
gunicorn==20.1.0
django-postmark==0.1.6
jsonfield==3.1.0
celery==5.2.7
celery==5.4.0
redis
python-postmark==0.6.0
Django==3.2.24
Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==23.1.0
# via jsonschema
backoff==2.2.1
# via -r requirements.in
billiard==3.6.4.0
billiard==4.2.0
# via celery
boto3==1.17.75
# via django-s3-storage
Expand All @@ -24,7 +24,7 @@ botocore==1.20.75
# s3transfer
cachetools==4.2.2
# via google-auth
celery==5.2.7
celery==5.4.0
# via
# -r requirements.in
# django-celery-results
Expand Down Expand Up @@ -153,7 +153,7 @@ jsonfield==3.1.0
# via -r requirements.in
jsonschema==4.17.3
# via -r requirements.in
kombu==5.2.4
kombu==5.3.7
# via celery
le-utils==0.2.5
# via -r requirements.in
Expand Down Expand Up @@ -197,11 +197,11 @@ python-dateutil==2.8.2
# via
# -r requirements.in
# botocore
# celery
python-postmark==0.6.0
# via -r requirements.in
pytz==2022.1
# via
# celery
# django
# django-postmark
# google-api-core
Expand Down Expand Up @@ -231,12 +231,14 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.1
# via django
tzdata==2024.1
# via celery
urllib3==1.26.18
# via
# botocore
# requests
# sentry-sdk
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
Expand Down

0 comments on commit 24f3955

Please sign in to comment.