From 1511705692993f57228f0371f9dfc7900b6ff8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:24:35 +0000 Subject: [PATCH] Bump icalendar from 7.1.0 to 7.1.3 Bumps [icalendar](https://github.com/collective/icalendar) from 7.1.0 to 7.1.3. - [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.3) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.1.3 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..6a57dadf5 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.3", "irc3==1.1.10", "lxml==6.1.0", "nh3==0.3.5",