From 26af2e82cfa2366aa32ce42e2bfdff80ec04c82a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:31:26 +0000 Subject: [PATCH 1/2] fix(deps): update dependency caldav to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da6f9f2..4fae98b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ optional-dependencies.bench = [ "py-cpuinfo", ] optional-dependencies.calendar = [ - "caldav==1.3.6", + "caldav==2.0.0", ] optional-dependencies.dev = [ "nc-py-api[bench,calendar,dev-min]", From d80033065192f151d0401db7161375f71336b3e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:31:39 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fae98b1..c6e56202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ optional-dependencies.bench = [ "py-cpuinfo", ] optional-dependencies.calendar = [ - "caldav==2.0.0", + "caldav==2", ] optional-dependencies.dev = [ "nc-py-api[bench,calendar,dev-min]",