Bump celery from 5.2.1 to 5.2.2 (#192)

Bumps [celery](https://github.com/celery/celery) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](https://github.com/celery/celery/compare/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
...

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] 2022-01-06 22:16:10 -08:00 committed by GitHub
parent a460d1f045
commit 6032b9f4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -94,7 +94,7 @@ python-versions = "*"
[[package]] [[package]]
name = "celery" name = "celery"
version = "5.2.1" version = "5.2.2"
description = "Distributed Task Queue." description = "Distributed Task Queue."
category = "main" category = "main"
optional = false optional = false
@ -949,7 +949,7 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "009655b041e17f83ac3f1b423241ee299b0e706274b5b77519d3c087a4a032f8" content-hash = "ec16fcbbd25f6f7f5fa19de37e3334774aa321755aeface1be08dbe733cde9c6"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -1055,8 +1055,8 @@ billiard = [
{file = "billiard-3.6.4.0.tar.gz", hash = "sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547"}, {file = "billiard-3.6.4.0.tar.gz", hash = "sha256:299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547"},
] ]
celery = [ celery = [
{file = "celery-5.2.1-py3-none-any.whl", hash = "sha256:cc63ea6572d558be65297ba6db7a7979e64c0a3d0d61212d6302ef1ca05a0d22"}, {file = "celery-5.2.2-py3-none-any.whl", hash = "sha256:5a68a351076cfac4f678fa5ffd898105c28825a2224902da006970005196d061"},
{file = "celery-5.2.1.tar.gz", hash = "sha256:b41a590b49caf8e6498a57db628e580d5f8dc6febda0f42de5d783aed5b7f808"}, {file = "celery-5.2.2.tar.gz", hash = "sha256:2844eb040e915398623a43253a8e1016723442ece6b0751a3c416d8a2b34216f"},
] ]
certifi = [ certifi = [
{file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"}, {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},

View File

@ -11,7 +11,7 @@ Django = "^3.2.5"
django-allauth = "^0.45.0" django-allauth = "^0.45.0"
geoip2 = "^4.2.0" geoip2 = "^4.2.0"
whitenoise = "^5.3.0" whitenoise = "^5.3.0"
celery = "^5.1.2" celery = "^5.2.2"
django-ipware = "^3.0.2" django-ipware = "^3.0.2"
PyYAML = "^5.4.1" PyYAML = "^5.4.1"
user-agents = "^2.2.0" user-agents = "^2.2.0"