From 2bfed5fba93d991347794cdc026f149d970a1be5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 08:15:26 +0000 Subject: [PATCH] Update dependency icalendar to v5.0.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f40bf6..e1a968b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ 'django-phonenumber-field[phonenumberslite]==7.3.0', 'gunicorn==21.2.0', 'holidays==0.40', - 'icalendar==5.0.11', + 'icalendar==5.0.14', 'Pillow==10.4.0', 'psycopg2-binary==2.9.10', 'python-dateutil==2.8.2',