From 425ef62b19739351931ba704225a580c1620ccd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:41:09 +0000 Subject: [PATCH] chore(deps): bump kombu from 5.4.2 to 5.6.2 in /apps/api Bumps [kombu](https://github.com/celery/kombu) from 5.4.2 to 5.6.2. - [Release notes](https://github.com/celery/kombu/releases) - [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst) - [Commits](https://github.com/celery/kombu/compare/v5.4.2...v5.6.2) --- updated-dependencies: - dependency-name: kombu dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 27d9003..9fa4571 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -16,4 +16,4 @@ pytest==8.4.2 pytest-asyncio==0.24.0 email-validator==2.3.0 jinja2==3.1.6 -kombu==5.4.2 +kombu==5.6.2