From d0a41666b889dbfd918a66128f6bfa8c54ea48ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:03:09 +0000 Subject: [PATCH] Update icalendar requirement from >=5.0.11 to >=7.1.3 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.3) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.1.3 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..a1f918b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -icalendar>=6.1.0 +icalendar>=7.1.3 tzdata click diff --git a/test-requirements.txt b/test-requirements.txt index e295ade..0a30d87 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ pytest restructuredtext-lint pygments -icalendar>=5.0.11 +icalendar>=7.1.3 pytz pytest_click