From 4f5b358c3b4cddac76cde9ae138ac1f01da0be46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:18:40 +0000 Subject: [PATCH] chore(deps): bump icalendar from 4.0.7 to 7.0.1 Bumps [icalendar](https://github.com/collective/icalendar) from 4.0.7 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/4.0.7...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 9e21e6557..8479f7521 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "cssselect==1.2.0", "feedparser==6.0.11", "beautifulsoup4==4.12.3", - "icalendar==4.0.7", + "icalendar==7.0.1", "chardet==4.0.0", "celery[redis]==5.4.0", "django-celery-beat==2.8.1",