From 74a960e2399d37904658264ea1e70b62e12e1e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:00:53 +0100 Subject: [PATCH] Update celery requirement from ==5.5.* to ==5.6.* (#5676) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cde1411327..a2d71532fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "babel", "BeautifulSoup4==4.14.*", "bleach==6.2.*", - "celery==5.5.*", + "celery==5.6.*", "chardet==5.2.*", "cryptography>=44.0.0", "css-inline==0.18.*", @@ -62,7 +62,7 @@ dependencies = [ "importlib_metadata==8.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek", "jsonschema", - "kombu==5.5.*", + "kombu==5.6.*", "libsass==0.23.*", "lxml", "markdown==3.9", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.