[UPDATE] Update ical requirement from <9.0.0,>=8.3.1 to >=8.3.1,<10.0.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-17 09:13:15 +00:00 committed by GitHub
parent bb3dfb7e8a
commit e22743cd19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ dependencies = [
"tomli<3.0.0,>=2.2.1",
"django-honeypot<2.0.0,>=1.2.1",
"pydantic-extra-types<3.0.0,>=2.10.2",
"ical<9.0.0,>=8.3.1",
"ical>=8.3.1,<10.0.0",
"redis[hiredis]<6.0.0,>=5.2.0",
"environs[django]<15.0.0,>=14.1.0",
"requests>=2.32.3",