Bump celery to 5.3 (#3433)

also fixes #3070
This commit is contained in:
Raphael Michel
2023-06-26 12:47:07 +02:00
committed by GitHub
parent 8bd4ddcd0d
commit d1a051544f
+2 -2
View File
@@ -30,7 +30,7 @@ dependencies = [
"babel",
"BeautifulSoup4==4.12.*",
"bleach==5.0.*",
"celery==5.2.*",
"celery==5.3.*",
"chardet==5.1.*",
"cryptography>=3.4.2",
"css-inline==0.8.*",
@@ -62,7 +62,7 @@ dependencies = [
"importlib_metadata==6.6.*", # Polyfill, we can probably drop this once we require Python 3.10+
"isoweek",
"jsonschema",
"kombu==5.2.*",
"kombu==5.3.*",
"libsass==0.22.*",
"lxml",
"markdown==3.4.3", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.