From 22cac70e4278b03ab51655195cc28fc46112207a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:47:43 +0000 Subject: [PATCH] Bump kombu from 5.4.2 to 5.6.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4dfbf872..e57bb59c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ celery_once==3.0.1 git+https://github.com/snyaggarwal/flower # use until https://github.com/mher/flower/issues/1231 issue is resolved redis==5.2.1 django-redis==5.4.0 # needed for redis sentinel support -kombu==5.4.2 +kombu==5.6.2 django-elasticsearch-dsl==8.0 drf-yasg==1.21.15 git+https://github.com/snyaggarwal/django-queryset-csv