From 4bea8247c9b845b20c966b5cdc4ed47f39fe09e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 19:04:31 +0000 Subject: [PATCH] Update khal requirement from <1.0,>=0.11.0 to >=0.14.0,<1.0 Updates the requirements on [khal](https://github.com/pimutils/khal) to permit the latest version. - [Release notes](https://github.com/pimutils/khal/releases) - [Changelog](https://github.com/pimutils/khal/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pimutils/khal/compare/v0.11.0...v0.14.0) --- updated-dependencies: - dependency-name: khal dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b6b17f..44a31fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ google-api-python-client>=2.130.0,<3.0 # Calendar sync vdirsyncer>=0.19.0,<1.0 -khal>=0.11.0,<1.0 +khal>=0.14.0,<1.0 # Calendar event parsing (sync_calendar.py) icalendar>=6.0.0,<8.0