Use a newer ical library

This commit is contained in:
2025-01-04 19:24:40 +01:00
parent 1887a2790f
commit ba76015c71
3 changed files with 35 additions and 84 deletions

View File

@ -45,7 +45,7 @@ Sphinx = "^5" # Needed for building xapian
tomli = "^2.2.1"
django-honeypot = "^1.2.1"
pydantic-extra-types = "^2.10.1"
ics = "^0.7.2"
ical = "^8.3.0"
[tool.poetry.group.prod.dependencies]
# deps used in prod, but unnecessary for development