From 93087f5dc21fef2b6b1a05e71b471043ad9ee9c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:34:03 +0000 Subject: [PATCH] Update dependency holidays to v0.99 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcfd8f6..496aabd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ 'django-ical==1.9.2', 'django-phonenumber-field[phonenumberslite]==8.4.0', 'gunicorn==25.1.0', - 'holidays==0.90', + 'holidays==0.99', 'icalendar==7.0.0', 'Pillow==12.1.1', 'psycopg2-binary==2.9.11',