From c0a68e90baeede26b03037c0107e350ceab80671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 07:34:17 +0000 Subject: [PATCH] Update dependency holidays to v0.87 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f40bf6..470b482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ 'django-ical==1.9.2', 'django-phonenumber-field[phonenumberslite]==7.3.0', 'gunicorn==21.2.0', - 'holidays==0.40', + 'holidays==0.87', 'icalendar==5.0.11', 'Pillow==10.4.0', 'psycopg2-binary==2.9.10',