From 9b5f76826fc451a516afbde10b18e68ddc753583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:23:39 +0000 Subject: [PATCH] Bump icalendar from 7.1.0 to 7.2.2 Bumps [icalendar](https://github.com/collective/icalendar) from 7.1.0 to 7.2.2. - [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.1.0...v7.2.2) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d30d711eb..e7b38649c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-tables2==2.8.0", "django-taggit==6.1.0", "django-weasyprint==2.4.0", - "icalendar==7.1.0", + "icalendar==7.2.2", "irc3==1.1.10", "lxml==6.1.0", "nh3==0.3.5",