From c4c0bbcd2592102ef1098e8a2c7afe2547467a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 19:16:34 +0000 Subject: [PATCH] Bump icalendar from 5.0.1 to 5.0.3 Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.1 to 5.0.3. - [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.1...v5.0.3) --- 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 6f290d6..3df4bcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -221,7 +221,7 @@ 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.1" +version = "5.0.3" description = "iCalendar parser/generator" category = "main" optional = false @@ -549,7 +549,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "483282562f0b4ccb356aa7facf363570b0264abbbbd19cfb6f3d7da556d9cf39" +content-hash = "b23f2ff18a308b4f9f8963a06302a5dacad7c33b5bfe36c434ce0bffb57121bf" [metadata.files] attrs = [ @@ -653,8 +653,8 @@ httplib2 = [ {file = "httplib2-0.20.4.tar.gz", hash = "sha256:58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585"}, ] icalendar = [ - {file = "icalendar-5.0.1-py3-none-any.whl", hash = "sha256:41f2f450707a503365a81c22954be4053779994c8ff01fc11bf4ce33a724092e"}, - {file = "icalendar-5.0.1.tar.gz", hash = "sha256:35faeae20e58d0fe26e33c04bbfd08b424192d61ae3e1da1d7611ba06ab33570"}, + {file = "icalendar-5.0.3-py3-none-any.whl", hash = "sha256:1cdcd27307e55db25bd7f99924b7a31c6b2d123228e7dae6723974a4a1d60258"}, + {file = "icalendar-5.0.3.tar.gz", hash = "sha256:ca60810598681cb239fc3190202e01a3305e4f0389576273892dda31249f25e4"}, ] idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, diff --git a/pyproject.toml b/pyproject.toml index 0ff6794..b4a827a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ python = "^3.8" google-auth = "2.14.1" google-api-python-client = "2.68.0" -icalendar = "5.0.1" +icalendar = "5.0.3" pytz = "2022.6" PyYAML = "6.0" fire = "0.4.0"