From 4ba6a3cbd568d17544cd9d44112b176aaf376699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:47:39 +0000 Subject: [PATCH] Bump icalendar from 5.0.10 to 5.0.11 Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.10 to 5.0.11. - [Changelog](https://github.com/collective/icalendar/blob/master/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/v5.0.10...v5.0.11) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b4ac650..d7b537c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -393,13 +393,13 @@ pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0 [[package]] name = "icalendar" -version = "5.0.10" +version = "5.0.11" description = "iCalendar parser/generator" optional = false python-versions = ">=3.7" files = [ - {file = "icalendar-5.0.10-py3-none-any.whl", hash = "sha256:6e392c2f301b6b5f49433e14c905db3de444b12876f3345f1856a75e9cd8be6f"}, - {file = "icalendar-5.0.10.tar.gz", hash = "sha256:34f0ca020b804758ddf316eb70d1d46f769bce64638d5a080cb65dd46cfee642"}, + {file = "icalendar-5.0.11-py3-none-any.whl", hash = "sha256:81864971ac43a1b7d0a555dc1b667836ce59fc719a7f845a96f2f03205fb83b9"}, + {file = "icalendar-5.0.11.tar.gz", hash = "sha256:7a298bb864526589d0de81f4b736eeb6ff9e539fefb405f7977aa5c1e201ca00"}, ] [package.dependencies] @@ -1425,4 +1425,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e46ba4620b47c56453b5d831648ea56e1189ff7a16e3c2f70f748a53db7510cf" +content-hash = "804844b66cc353f24afd4a377c640e8f87efb27aad87eec4e27942cec4f7d9b3" diff --git a/pyproject.toml b/pyproject.toml index 304e294..4fb8646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ python = "^3.8" google-auth = "2.24.0" google-api-python-client = "2.109.0" -icalendar = "5.0.10" +icalendar = "5.0.11" pytz = "2023.3.post1" PyYAML = "6.0.1" fire = "0.5.0"