From b2adc1ce7ecde860f574c5fd0c94a09b325fcb7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 19:50:36 +0000 Subject: [PATCH] Update dependency icalendar to v7.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcfd8f6..c131757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ 'django-phonenumber-field[phonenumberslite]==8.4.0', 'gunicorn==25.1.0', 'holidays==0.90', - 'icalendar==7.0.0', + 'icalendar==7.3.0', 'Pillow==12.1.1', 'psycopg2-binary==2.9.11', 'python-dateutil==2.9.0.post0',