1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-09-27 19:58:03 +00:00

Bump icalendar from 5.0.5 to 5.0.7

Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.5 to 5.0.7.
- [Changelog](https://github.com/collective/icalendar/blob/master/CHANGES.rst)
- [Commits](https://github.com/collective/icalendar/compare/v5.0.5...v5.0.7)

---
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-06-01 02:59:06 +00:00 committed by Dmitry Belyaev
parent 12bb35ca33
commit 14a3492ed5
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.5"
version = "5.0.7"
description = "iCalendar parser/generator"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "icalendar-5.0.5-py3-none-any.whl", hash = "sha256:022c3fa7421fe274889007c12582510ab2e4ba0ac612b73dc35982c644356540"},
{file = "icalendar-5.0.5.tar.gz", hash = "sha256:ee76771d4eccebae3683beeb9c24c24feb2f8cceade72b92e4437f0144f81584"},
{file = "icalendar-5.0.7-py3-none-any.whl", hash = "sha256:18ad51f9d1741d33795ddaf5c886c59f6575f287d30e5a145c2d42ef72910c7f"},
{file = "icalendar-5.0.7.tar.gz", hash = "sha256:e306014a64dc4dcf638da0acb2487ee4ada57b871b03a62ed7b513dfc135655c"},
]
[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 = "4054d83b661b39db5820798ff9fe64b96b2c9433677c27be5ef06a3a53976f39"
content-hash = "e4968eb0eb1c98b807b921d65fec0e11181304f283fe0d2ac6bb60823f175768"

View File

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