From 7c0d520e4376a19d79cd4119c1186ae2adea38f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:47:11 +0000 Subject: [PATCH] Bump icalendar from 7.1.0 to 7.1.2 Bumps [icalendar](https://github.com/collective/icalendar) from 7.1.0 to 7.1.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.1.2) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd204ad3f..f7349c006 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.1.2", "irc3==1.1.10", "lxml==6.1.0", "nh3==0.3.5",