Merge pull request #151 from Alexander-D-Karpov/dependabot/pip/celery-5.3.1

Bump celery from 5.2.7 to 5.3.1
This commit is contained in:
Alexander Karpov 2023-06-20 11:27:16 +03:00 committed by GitHub
commit f7be2b4ae3
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" whitenoise = "^6.3.0"
redis = "^4.4.0" redis = "^4.4.0"
hiredis = "^2.2.3" hiredis = "^2.2.3"
celery = {extras = ["redis"], version = "^5.2.7"} celery = {extras = ["redis"], version = "^5.3.1"}
django-celery-beat = "^2.5.0" django-celery-beat = "^2.5.0"
flower = "^1.2.0" flower = "^1.2.0"
django = "^4.2" django = "^4.2"