From 401093fa293f924a6457d490ab1e53de7ede2886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:44:42 +0000 Subject: [PATCH] build(deps): bump kombu from 5.5.3 to 5.6.2 in /climweb/requirements Bumps [kombu](https://github.com/celery/kombu) from 5.5.3 to 5.6.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.5.3...v5.6.2) --- updated-dependencies: - dependency-name: kombu dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- climweb/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climweb/requirements/base.txt b/climweb/requirements/base.txt index 1c7629de5..f07b302b1 100644 --- a/climweb/requirements/base.txt +++ b/climweb/requirements/base.txt @@ -432,7 +432,7 @@ jsonschema-specifications==2025.4.1 # via jsonschema kiwisolver==1.4.7 # via matplotlib -kombu==5.5.3 +kombu==5.6.2 # via celery laces==0.1.2 # via wagtail