From f4e2ed6e263965f4ff6da7c7b695a352f4f4562b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:27:49 +0000 Subject: [PATCH] Bump kombu from 5.3.1 to 5.4.2 Bumps [kombu](https://github.com/celery/kombu) from 5.3.1 to 5.4.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.3.1...v5.4.2) --- updated-dependencies: - dependency-name: kombu 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 f24e7976..891301bb 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==4.6.0 django-redis==5.3.0 # needed for redis sentinel support -kombu==5.3.1 +kombu==5.4.2 django-elasticsearch-dsl==7.3 drf-yasg==1.21.5 git+https://github.com/snyaggarwal/django-queryset-csv