From 9e5584c97b07ec19ce6d34c1aaf07bb8ccc95c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:10:24 +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 0ecc0ed..af57f17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ python-dotenv~=1.2.1 click~=8.3.1 openpyxl~=3.1.5 opening-hours-py~=1.1.5 -kombu~=5.5.4 +kombu~=5.6.0 lxml~=6.0.2 parkapi-sources~=0.31.0 isodate~=0.7.2