From 9d01fa13bea279559e1050fd09200cd424c8a6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:07:01 +0000 Subject: [PATCH] Bump kombu from 5.6.1 to 5.6.2 Bumps [kombu](https://github.com/celery/kombu) from 5.6.1 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.6.1...v5.6.2) --- updated-dependencies: - dependency-name: kombu dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- http_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_service/requirements.txt b/http_service/requirements.txt index a0b9ade621..775400267f 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -5,7 +5,7 @@ Flask==3.1.2 flask-apispec==0.11.4 flask-cors==6.0.1 gunicorn==23.0.0 -kombu==5.6.1 +kombu==5.6.2 marshmallow==3.26.1 requests==2.32.5 rq==2.6.1