Bump celery from 5.3.5 to 5.3.6

Bumps [celery](https://github.com/celery/celery) from 5.3.5 to 5.3.6.
- [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.3.5...v5.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-24 16:16:44 +00:00
committed by GitHub
parent 88d1bac57a
commit 2411dc8d08
2 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ beautifulsoup4 = "==4.12.2"
boto3 = "^1.29.5"
botocore = "^1.32.6"
cachetools = "==5.3.2"
celery = {version = "==5.3.5", extras = ["redis"]}
celery = {version = "==5.3.6", extras = ["redis"]}
certifi = ">=2022.12.7"
cffi = "==1.16.0"
charset-normalizer = "^3.1.0"