From 328e94de69b23c21d7cf7c23dd7c93bd544284aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:44:32 +0000 Subject: [PATCH] Update icalendar requirement from >=6.1.0 to >=7.1.0 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/v6.1.0...v7.1.0) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index be4eba1..cb12347 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -icalendar>=6.1.0 +icalendar>=7.1.0 tzdata click diff --git a/test-requirements.txt b/test-requirements.txt index e295ade..0959060 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ pytest restructuredtext-lint pygments -icalendar>=5.0.11 +icalendar>=7.1.0 pytz pytest_click