From 7ac51ab5622807f2bc4995f88d17684106422f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:39:19 +0000 Subject: [PATCH] Bump icalendar from 5.0.11 to 5.0.12 Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.11 to 5.0.12. - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/master/CHANGES.rst) - [Commits](https://github.com/collective/icalendar/compare/v5.0.11...v5.0.12) --- 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 acee588..3d019ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,13 +383,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.11" +version = "5.0.12" description = "iCalendar parser/generator" optional = false python-versions = ">=3.7" files = [ - {file = "icalendar-5.0.11-py3-none-any.whl", hash = "sha256:81864971ac43a1b7d0a555dc1b667836ce59fc719a7f845a96f2f03205fb83b9"}, - {file = "icalendar-5.0.11.tar.gz", hash = "sha256:7a298bb864526589d0de81f4b736eeb6ff9e539fefb405f7977aa5c1e201ca00"}, + {file = "icalendar-5.0.12-py3-none-any.whl", hash = "sha256:d873bb859df9c6d0e597b16d247436e0f83f7ac1b90a06429b8393fe8afeba40"}, + {file = "icalendar-5.0.12.tar.gz", hash = "sha256:73f9be68477722c98320621400943705dcfdbbc6c2b565253f72d3f87e514db8"}, ] [package.dependencies] @@ -1442,4 +1442,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2eee828041cc8f015efa9977a2391fd7895185de9fda7d8771ef48635129b7fe" +content-hash = "8ef0a63eff0ac4ea35cd1c3e8538e5f0d1d6a17715cee642c643515db7456372" diff --git a/pyproject.toml b/pyproject.toml index bf6fc1a..4ba37f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ python = "^3.9" google-auth = "2.29.0" google-api-python-client = "2.124.0" -icalendar = "5.0.11" +icalendar = "5.0.12" pytz = "2024.1" PyYAML = "6.0.1" fire = "0.6.0"