From 7b6ffa3749416125560c946a6983c5d6cff2955d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:08:25 +0000 Subject: [PATCH] Update kombu requirement from ~=5.5.4 to ~=5.6.0 Updates the requirements on [kombu](https://github.com/celery/kombu) to permit the latest version. - [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.4...v5.6.0) --- updated-dependencies: - dependency-name: kombu dependency-version: 5.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a65003c..1573d537 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pycountry~=24.6.1 ngram~=4.0.3 geopy~=2.4.1 celery~=5.5.3 -kombu~=5.5.4 +kombu~=5.6.0 mapbox-vector-tile~=2.2.0 urllib3~=2.5.0