From e70825dcddf03089c7db18e48f8a04dcd0f408ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:04:40 +0000 Subject: [PATCH] Update dependency click to v8.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82f194a..9070964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ classifiers = [ dependencies = [ "icalendar==7.2.0", "recurring-ical-events==3.8.2", - "click==8.4.1", + "click==8.4.2", "x-wr-timezone==2.0.1", "tzlocal==5.4.3", "tzdata==2026.2",