From 83bd4eaed478b23332081384dbfaeaaaac0fc90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:42:57 +0000 Subject: [PATCH] Update icalendar requirement from >=7.2.0 to >=7.2.2 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/v7.2.0...v7.2.2) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.2.2 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 daa53698..9b04f62d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -icalendar>=7.2.0 +icalendar>=7.2.2 python-dateutil>=2.5.2 python-hglib>=2.6.1 pytz>=2022