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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 08:39:19 +00:00 committed by Dmitry Belyaev
parent 091ff08579
commit 7ac51ab562
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"