From 5992a9e802686227675867a259771dcb3ecf41bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:02:44 +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 a734ffd..d618109 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,7 +34,7 @@ google-auth-oauthlib==1.2.0 google-auth-httplib2==0.3.0 # Job Queue & Cache -celery==5.6.2 +celery==5.6.3 redis==7.4.0 # Security & Encryption