From 807f60b5373c51f288ced1de307d41d99a12cc72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:27:24 +0000 Subject: [PATCH] Bump icalendar from 6.3.2 to 7.0.1 Bumps [icalendar](https://github.com/collective/icalendar) from 6.3.2 to 7.0.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/v6.3.2...v7.0.1) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.0.1 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..e6efe3994 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.1", "irc3==1.1.10", "lxml==6.0.2", "nh3==0.3.2",