Bump icalendar from 5.0.4 to 5.0.5

Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.4 to 5.0.5.
- [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.4...v5.0.5)

---
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] 2023-05-02 07:12:57 +00:00 committed by Dmitry Belyaev
parent 2e684ca132
commit 1c0074a308
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -311,14 +311,14 @@ 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.4"
version = "5.0.5"
description = "iCalendar parser/generator"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "icalendar-5.0.4-py3-none-any.whl", hash = "sha256:3e759f9c3875e037c90e1c2f4aff0f6123f4435af6152b80a70b8d6a5529cb1b"},
{file = "icalendar-5.0.4.tar.gz", hash = "sha256:f0aa86d6f5bc110ed3b91e96c48c70351d7a09fbed25366f673dc0b799c83975"},
{file = "icalendar-5.0.5-py3-none-any.whl", hash = "sha256:022c3fa7421fe274889007c12582510ab2e4ba0ac612b73dc35982c644356540"},
{file = "icalendar-5.0.5.tar.gz", hash = "sha256:ee76771d4eccebae3683beeb9c24c24feb2f8cceade72b92e4437f0144f81584"},
]
[package.dependencies]
@ -920,4 +920,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "906a2cce92b7eb228aa78b7313908fdc987e0545d6b08313118890c7ee912695"
content-hash = "dd08ce97f204cd3a86bb3a6b3b6f4c26255ee4c3fdb1d326f21528318e457467"

View File

@ -21,7 +21,7 @@ classifiers = [
python = "^3.8"
google-auth = "2.17.1"
google-api-python-client = "2.83.0"
icalendar = "5.0.4"
icalendar = "5.0.5"
pytz = "2023.3"
PyYAML = "6.0"
fire = "0.5.0"