From 51266cc91cb03d8d2b3922ad8c765f6e788bb20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:32:45 +0000 Subject: [PATCH] Bump kombu from 5.3.1 to 5.3.2 Bumps [kombu](https://github.com/celery/kombu) from 5.3.1 to 5.3.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.3.2) --- updated-dependencies: - dependency-name: kombu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 48e32f5f9..a43ef6b38 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.3.2 django-elasticsearch-dsl==7.3 drf-yasg==1.21.5 git+https://github.com/snyaggarwal/django-queryset-csv