Bump google-api-python-client from 2.106.0 to 2.109.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.106.0 to 2.109.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.106.0...v2.109.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-01 08:35:22 +00:00 committed by Dmitry Belyaev
parent 6b7f1df64b
commit f0363d7b0b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -305,13 +305,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"]
[[package]]
name = "google-api-python-client"
version = "2.106.0"
version = "2.109.0"
description = "Google API Client Library for Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "google-api-python-client-2.106.0.tar.gz", hash = "sha256:f6a3862be2f6e5e0536d7bd47b5af3f24ac0b9147c76c830cafb3329d71d5724"},
{file = "google_api_python_client-2.106.0-py2.py3-none-any.whl", hash = "sha256:c47c0dae5dd20aa43e4ea184566fe59d0c8fd0b86dd223b29040d8ea4f7ed6ea"},
{file = "google-api-python-client-2.109.0.tar.gz", hash = "sha256:d06390c25477c361d52639fe00ef912c3fab8dafc7fbf29580c1144e92523a79"},
{file = "google_api_python_client-2.109.0-py2.py3-none-any.whl", hash = "sha256:72e7d46cc70908d808e29f16d983b441783fe56b694cec132db9af9fb991daa2"},
]
[package.dependencies]
@ -1425,4 +1425,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "c02bbaa185459cf86ecca254dce27b7bea702e6f3974097966b9e481ddd2a0b3"
content-hash = "a5041d3df31da01f72c6600c5418c96256cad3774e901bd18871e4058ef1e037"

View File

@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.23.4"
google-api-python-client = "2.106.0"
google-api-python-client = "2.109.0"
icalendar = "5.0.10"
pytz = "2023.3.post1"
PyYAML = "6.0.1"