From 893f4f1ae93d1c636c30a610cdf775c683eff1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:40:37 +0000 Subject: [PATCH] [UPDATE] Update celery requirement from <7,>=5.6.2 to >=5.6.3,<7 Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdcba07c..f1ac70e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "requests>=2.32.5,<3.0.0", "honcho>=2.0.0", "psutil>=7.2.2,<8.0.0", - "celery[redis]>=5.6.2,<7", + "celery[redis]>=5.6.3,<7", "django-celery-results>=2.5.1", "django-celery-beat>=2.9.0", ]