From 944b0767290d69204ee1666b5f21b765611f6d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:05:22 +0000 Subject: [PATCH] chore(deps): bump celery from 5.6.2 to 5.6.3 in /backend Bumps [celery](https://github.com/celery/celery) from 5.6.2 to 5.6.3. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 79cb50f..dab23a4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,7 +32,7 @@ alembic==1.13.0 # Task Queue (Redis + Celery) redis==7.1.0 -celery==5.6.2 +celery==5.6.3 # AI Providers (Multi-Model Support) openai==2.11.0