From 64fa399c901c0486024cd33eb2af2ee268c8a005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:04:11 +0000 Subject: [PATCH] Update icalendar requirement from ~=5.0.11 to ~=6.0.1 Updates the requirements on [icalendar](https://github.com/collective/icalendar) to permit the latest version. - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/v5.0.11...v6.0.1) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 35cd3e7..3aca7cb 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,7 +7,7 @@ requests ~= 2.32 PyPDF4 ~= 1.27 waitress ~= 2.1 beautifulsoup4 ~= 4.12 -icalendar ~= 5.0.12 +icalendar ~= 6.0.1 pytz ~= 2023.3 werkzeug ~= 3.0.3 bugsnag[flask] ~= 4.7.1