From 7729fe2153180618b86189eeeab5dd1c620c0d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:45:52 +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 153ce38977e..ff2df209f93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Paver==1.3.4 python-slugify==8.0.1 decorator==5.1.1 celery==5.3.1 -kombu==5.3.1 +kombu==5.3.2 vine==5.0.0 tqdm==4.66.1 Deprecated==1.2.14