From 8295338c4629698ace946d7c77867b76631e7daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:41:36 +0000 Subject: [PATCH] Bump icalendar from 6.2.0 to 6.3.2 Bumps [icalendar](https://github.com/collective/icalendar) from 6.2.0 to 6.3.2. - [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.2.0...v6.3.2) --- updated-dependencies: - dependency-name: icalendar dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d775fed32..fdf62f61e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-tables2==2.7.5", "django-taggit==6.1.0", "django-weasyprint==2.4.0", - "icalendar==6.2.0", + "icalendar==6.3.2", "irc3==1.1.10", "lxml==6.0.2", "nh3==0.3.2",