From 80f09732f9db6926b2bf31185e4eaa476a1de416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:28:16 +0000 Subject: [PATCH] Update kombu requirement from ~=5.4.1 to ~=5.4.2 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.4.1...v5.4.2) --- updated-dependencies: - dependency-name: kombu 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 61a170f..fc145d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ python-dotenv~=1.0.1 click~=8.1.7 openpyxl~=3.1.5 opening-hours-py~=0.6.18 -kombu~=5.4.1 +kombu~=5.4.2 lxml~=5.3.0 parkapi-sources~=0.14.0