Bump celery from 5.2.7 to 5.3.1

Bumps [celery](https://github.com/celery/celery) from 5.2.7 to 5.3.1.
- [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.2.7...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-19 15:13:23 +00:00 committed by GitHub
parent ce1c1a0a38
commit 79c2d7ff86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 316 deletions

372
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ argon2-cffi = "^21.3.0"
whitenoise = "^6.3.0"
redis = "^4.4.0"
hiredis = "^2.2.3"
celery = {extras = ["redis"], version = "^5.2.7"}
celery = {extras = ["redis"], version = "^5.3.1"}
django-celery-beat = "^2.5.0"
flower = "^1.2.0"
django = "^4.2"