From fffcf6a6a3db62f422e049cf39a9bcd03f84cd62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:33:08 +0000 Subject: [PATCH] Update kombu requirement from ~=5.5.2 to ~=5.5.3 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.2...v5.5.3) --- updated-dependencies: - dependency-name: kombu dependency-version: 5.5.3 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 93679904..2dba4025 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pycountry~=24.6.1 ngram~=4.0.3 geopy~=2.4.1 celery~=5.5.1 -kombu~=5.5.2 +kombu~=5.5.3 pytz~=2025.2 mapbox-vector-tile~=2.1.0 urllib3~=2.4.0