From ae87ebeb708fadd144dc2fef16b3b4bee1629192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:33:35 +0000 Subject: [PATCH] Bump icalendar from 6.3.2 to 7.0.3 Bumps [icalendar](https://github.com/collective/icalendar) from 6.3.2 to 7.0.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/v6.3.2...v7.0.3) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.0.3 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 4df29a393..780347f33 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.3", "irc3==1.1.10", "lxml==6.0.2", "nh3==0.3.2",