Skip to content

Commit

Permalink
Bump celery from 5.3.3 to 5.3.4
Browse files Browse the repository at this point in the history
Bumps [celery](https://github.com/celery/celery) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](https://github.com/celery/celery/commits/v5.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Sep 8, 2023
1 parent 57489cc commit 651e000
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ billiard==4.1.0
# celery
build==0.9.0
# via pip-tools
celery==5.3.3
celery==5.3.4
# via -r requirements/prod.txt
certifi==2023.7.22
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ billiard==4.1.0
# celery
build==0.9.0
# via pip-tools
celery==5.3.3
celery==5.3.4
# via -r requirements/prod.txt
certifi==2023.7.22
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build==0.9.0
# -r requirements/functests.txt
# -r requirements/tests.txt
# pip-tools
celery==5.3.3
celery==5.3.4
# 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 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
celery==5.3.3
celery==5.3.4
# via -r requirements/prod.in
certifi==2023.7.22
# via sentry-sdk
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ billiard==4.1.0
# celery
build==0.9.0
# via pip-tools
celery==5.3.3
celery==5.3.4
# via -r requirements/prod.txt
certifi==2023.7.22
# via
Expand Down

0 comments on commit 651e000

Please sign in to comment.