From 367e85e8740cd8c41a49354132ebcd4280536559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:52:38 +0000 Subject: [PATCH] build(deps): Update icalendar requirement Updates the requirements on [icalendar](https://github.com/collective/icalendar) to permit the latest version. - [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.1...v7.0.2) --- updated-dependencies: - dependency-name: icalendar dependency-version: 7.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7580bf2d..1aaa7f41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ # Utilities & Helpers "arrow>=1.3.0,<2.0.0", - "icalendar>=6.3.1,<7.0.0", + "icalendar>=6.3.1,<8.0.0", "django-common-helpers>=0.9.2,<1.0.0", "django-fullurl>=1.4,<2.0", "django-appconf>=1.1.0,<2.0.0",