Update dependency kombu to v5.2.4 (develop)
This commit is contained in:
parent
0cfb2245f2
commit
cd8ab108f1
|
@ -1096,7 +1096,7 @@ deprecated = "*"
|
|||
|
||||
[[package]]
|
||||
name = "kombu"
|
||||
version = "5.2.3"
|
||||
version = "5.2.4"
|
||||
description = "Messaging library for Python."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "992a7cf9bd21d26bbc7023acdecf590f6e8fd49e068c9520aab958a59f4b06cc"
|
||||
content-hash = "9d58f6cfc01c8d575d1d3a53caca088c79288666abe9a02827ed0a4d38dc0e09"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2749,8 +2749,8 @@ jwcrypto = [
|
|||
{file = "jwcrypto-1.0.tar.gz", hash = "sha256:f88816eb0a41b8f006af978ced5f171f33782525006cdb055b536a40f4d46ac9"},
|
||||
]
|
||||
kombu = [
|
||||
{file = "kombu-5.2.3-py3-none-any.whl", hash = "sha256:eeaeb8024f3a5cfc71c9250e45cddb8493f269d74ada2f74909a93c59c4b4179"},
|
||||
{file = "kombu-5.2.3.tar.gz", hash = "sha256:81a90c1de97e08d3db37dbf163eaaf667445e1068c98bfd89f051a40e9f6dbbd"},
|
||||
{file = "kombu-5.2.4-py3-none-any.whl", hash = "sha256:8b213b24293d3417bcf0d2f5537b7f756079e3ea232a8386dcc89a59fd2361a4"},
|
||||
{file = "kombu-5.2.4.tar.gz", hash = "sha256:37cee3ee725f94ea8bb173eaab7c1760203ea53bbebae226328600f9d2799610"},
|
||||
]
|
||||
lxml = [
|
||||
{file = "lxml-4.7.1-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:d546431636edb1d6a608b348dd58cc9841b81f4116745857b6cb9f8dadb2725f"},
|
||||
|
|
|
@ -16,7 +16,7 @@ psycopg2 = "==2.9.3"
|
|||
pytz = "2021.3"
|
||||
django-redis = "==5.2.0"
|
||||
redis = "==4.1.4"
|
||||
kombu = "==5.2.3"
|
||||
kombu = "==5.2.4"
|
||||
celery = "==5.2.3"
|
||||
django-cors-headers = "==3.11.0"
|
||||
musicbrainzngs = "==0.7.1"
|
||||
|
|
Loading…
Reference in New Issue