From 08ee488197e81eebfb373ec43819f8c54f14c71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 06:36:35 +0000 Subject: [PATCH] Build(deps): Update icalendar requirement 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.0.0...v7.0.3) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.0.3 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 523f172..c4e6651 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ vdirsyncer>=0.19.0,<1.0 khal>=0.11.0,<1.0 # Calendar event parsing (sync_calendar.py) -icalendar>=6.0.0,<7.0 +icalendar>=6.0.0,<8.0 python-dateutil>=2.9.0