Update celery to 5.2 (#2983)

This commit is contained in:
Raphael Michel
2022-12-19 13:56:16 +01:00
committed by GitHub
parent b83cb7d8c4
commit 809177397a
2 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ filterwarnings =
ignore::DeprecationWarning:mt940
ignore::DeprecationWarning:cbor2
ignore::DeprecationWarning:markdown
ignore::DeprecationWarning:celery
ignore::DeprecationWarning:kombu
ignore:the load_module.* method is deprecated:DeprecationWarning
ignore::ImportWarning
ignore::ResourceWarning

View File

@@ -162,7 +162,7 @@ setup(
'babel',
'BeautifulSoup4==4.11.*',
'bleach==5.0.*',
'celery==4.4.*',
'celery==5.2.*',
'chardet==5.1.*',
'cryptography>=3.4.2',
'css-inline==0.8.*',
@@ -193,7 +193,7 @@ setup(
'drf_ujson2==1.7.*',
'isoweek',
'jsonschema',
'kombu==4.6.*',
'kombu==5.2.*',
'libsass==0.22.*',
'lxml',
'markdown==3.3.4', # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.