Bump icalendar from 5.0.7 to 5.0.10

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

---
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-10-01 10:11:25 +00:00 committed by Dmitry Belyaev
parent f36a5ad064
commit 122b311b8a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -399,13 +399,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.7"
version = "5.0.10"
description = "iCalendar parser/generator"
optional = false
python-versions = ">=3.7"
files = [
{file = "icalendar-5.0.7-py3-none-any.whl", hash = "sha256:18ad51f9d1741d33795ddaf5c886c59f6575f287d30e5a145c2d42ef72910c7f"},
{file = "icalendar-5.0.7.tar.gz", hash = "sha256:e306014a64dc4dcf638da0acb2487ee4ada57b871b03a62ed7b513dfc135655c"},
{file = "icalendar-5.0.10-py3-none-any.whl", hash = "sha256:6e392c2f301b6b5f49433e14c905db3de444b12876f3345f1856a75e9cd8be6f"},
{file = "icalendar-5.0.10.tar.gz", hash = "sha256:34f0ca020b804758ddf316eb70d1d46f769bce64638d5a080cb65dd46cfee642"},
]
[package.dependencies]
@ -1430,4 +1430,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "5a967ee39549ee69c90333e24ff15d35399048ef0a8750e4c9d258ce67f96288"
content-hash = "870b99e08b28060d3b7077976aa46e24ca172a50873b1f606c28b11af38c8472"

View File

@ -21,7 +21,7 @@ classifiers = [
python = "^3.8"
google-auth = "2.22.0"
google-api-python-client = "2.97.0"
icalendar = "5.0.7"
icalendar = "5.0.10"
pytz = "2023.3.post1"
PyYAML = "6.0.1"
fire = "0.5.0"