From 410df4b7a994de5e460934a77986d87397bb293b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:18:05 +0000 Subject: [PATCH] Bump celery from 5.4.0 to 5.5.3 in /backend Bumps [celery](https://github.com/celery/celery) from 5.4.0 to 5.5.3. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.4.0...v5.5.3) --- updated-dependencies: - dependency-name: celery dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 494cf90c75..a58149e31f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ "l18n<2022.0,>=2021.3", "wagtail==6.2.2", "wagtail-localize==1.10", - "celery==5.4.0", + "celery==5.5.3", "wagtail-headless-preview==0.8.0", "Jinja2>=3.1.3", "icalendar>=5.0.11",