From 0d17002887c33fa9a1ce2793d62c11844ca355c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 21:58:46 +0000 Subject: [PATCH] Update dependency icalendar to v7.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a27e430..c1c8e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ ] dependencies = [ - "icalendar==7.2.2", + "icalendar==7.3.0", "recurring-ical-events==3.8.2", "click==8.4.2", "x-wr-timezone==2.0.1",