From 0c548c75145f992b784bd7095936973b96c533f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:48:05 +0000 Subject: [PATCH] Bump icalendar from 7.1.0 to 7.1.1 Bumps [icalendar](https://github.com/collective/icalendar) from 7.1.0 to 7.1.1. - [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.1) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.1.1 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..b9a065143 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.1", "irc3==1.1.10", "lxml==6.1.0", "nh3==0.3.5",