From c61bdccabba7f09c89e9f8e8009abf93cf3a1847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:37:14 +0000 Subject: [PATCH] Bump kombu from 5.3.2 to 5.3.4 Bumps [kombu](https://github.com/celery/kombu) from 5.3.2 to 5.3.4. - [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.2...v5.3.4) --- 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 a79c75bd..5c9fd57d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ sentry-sdk==1.33.1 click==8.1.7 # workaround for celery/kombu#1600 -kombu==5.3.2; python_version>="3.12" +kombu==5.3.4; python_version>="3.12"