Bump celery from 5.5.3 to 5.6.0 (#2112)

Bumps [celery](https://github.com/celery/celery) from 5.5.3 to 5.6.0.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](https://github.com/celery/celery/compare/v5.5.3...v5.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-02 16:07:32 +00:00
committed by GitHub
parent 03a64d5d85
commit a2cedc6fe8
2 changed files with 45 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ beautifulsoup4 = "==4.14.2"
boto3 = "^1.38.27"
botocore = "^1.38.27"
cachetools = "==6.2.2"
celery = {version = "==5.5.3", extras = ["redis"]}
celery = {version = "==5.6.0", extras = ["redis"]}
certifi = ">=2022.12.7"
cffi = "==2.0.0"
charset-normalizer = "^3.4.4"