Skip to content

Commit

Permalink
Bump celery from 5.3.6 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [celery](https://github.com/celery/celery) from 5.3.6 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.3.6...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] authored and robertknight committed Dec 5, 2024
1 parent 960615c commit e9cfa14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cachetools==5.3.0
# via
# -r requirements/prod.txt
# google-auth
celery==5.3.6
celery==5.4.0
# via -r requirements/prod.txt
certifi==2024.7.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cachetools==5.3.0
# via
# -r requirements/prod.txt
# google-auth
celery==5.3.6
celery==5.4.0
# via -r requirements/prod.txt
certifi==2024.7.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cachetools==5.3.0
# -r requirements/functests.txt
# -r requirements/tests.txt
# google-auth
celery==5.3.6
celery==5.4.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ billiard==4.2.0
# via celery
cachetools==5.3.0
# via google-auth
celery==5.3.6
celery==5.4.0
# via -r requirements/prod.in
certifi==2024.7.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cachetools==5.3.0
# via
# -r requirements/prod.txt
# google-auth
celery==5.3.6
celery==5.4.0
# via -r requirements/prod.txt
certifi==2024.7.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cachetools==5.3.0
# via
# -r requirements/prod.txt
# google-auth
celery==5.3.6
celery==5.4.0
# via -r requirements/prod.txt
certifi==2024.7.4
# via
Expand Down

0 comments on commit e9cfa14

Please sign in to comment.