Compare commits

...

1 Commits

Author SHA1 Message Date
Raphael Michel
11029dbb0f Bump celery to 5.3
also fixes #3070
2023-06-26 11:42:10 +02:00

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.