From 0d2bd452faeb64c789ca062cbc98f605762479b0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Jun 2025 16:30:21 +0000
Subject: [PATCH] [UPDATE] Update ical requirement from <10.0.0,>=9.1.0 to
 >=9.1.0,<11.0.0

Updates the requirements on [ical](https://github.com/allenporter/ical) to permit the latest version.
- [Release notes](https://github.com/allenporter/ical/releases)
- [Commits](https://github.com/allenporter/ical/compare/9.1.0...10.0.0)

---
updated-dependencies:
- dependency-name: ical
  dependency-version: 10.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index dd04fbcc..52938d0f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,7 @@ dependencies = [
     "tomli<3.0.0,>=2.2.1",
     "django-honeypot",
     "pydantic-extra-types<3.0.0,>=2.10.3",
-    "ical<10.0.0,>=9.1.0",
+    "ical>=9.1.0,<11.0.0",
     "redis[hiredis]<6.0.0,>=5.3.0",
     "environs[django]<15.0.0,>=14.1.1",
     "requests>=2.32.3",