From a9fe3efc58e92800ff4fded4e3c5735e38eeb247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:33:40 +0000 Subject: [PATCH] Build(deps): Bump celery from 5.3.6 to 5.6.2 Bumps [celery](https://github.com/celery/celery) from 5.3.6 to 5.6.2. - [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.3.6...v5.6.2) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40a9154..3665fc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pydantic-settings==2.6.1 # REM: The "workhorse" system. Celery provides the distributed task queue that allows # REM: our AI agents to perform long-running, complex jobs in the background without # REM: blocking the main server. -celery==5.3.6 +celery==5.6.2 # --- Broker & In-Memory Cache --- # REM: The high-speed "postal service" for Celery. Redis acts as the message broker,