From a5276040ff004a009ed62d851ba90d709be6d8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:23:07 +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 61697ee..3646f0d 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.13.3