From 20e1f1195b28071a0cb18b0d0b1d154d70793058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:40:52 +0100 Subject: [PATCH] Bump kombu from 5.3.4 to 5.3.5 (#11841) * Bump kombu from 5.3.4 to 5.3.5 Bumps [kombu](https://github.com/celery/kombu) from 5.3.4 to 5.3.5. - [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.4...v5.3.5) --- updated-dependencies: - dependency-name: kombu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [Dependencies] Align setup.cfg to requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afabiani --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bf6ae395a6a..abbb3cb9687 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.6 -kombu==5.3.4 +kombu==5.3.5 vine==5.1.0 tqdm==4.66.1 Deprecated==1.2.14 diff --git a/setup.cfg b/setup.cfg index a0fc8690423..85f11422c1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = python-slugify==8.0.1 decorator==5.1.1 celery==5.3.6 - kombu==5.3.4 + kombu==5.3.5 vine==5.1.0 tqdm==4.66.1 Deprecated==1.2.14