From 494fa6b5bf6f271868a5e260faaef2806b4df00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:30:52 +0000 Subject: [PATCH] Bump icalendar from 6.3.2 to 7.0.0 Bumps [icalendar](https://github.com/collective/icalendar) from 6.3.2 to 7.0.0. - [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/v6.3.2...v7.0.0) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d46159b91..f9cf342d9 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==6.3.2", + "icalendar==7.0.0", "irc3==1.1.10", "lxml==6.0.2", "nh3==0.3.2",