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

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.109.0 to 2.111.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.109.0...v2.111.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] 2024-01-01 20:29:37 +00:00 committed by Dmitry Belyaev
parent e7cbd72569
commit 5bb33d1cb7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -309,13 +309,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"]
[[package]]
name = "google-api-python-client"
version = "2.109.0"
version = "2.111.0"
description = "Google API Client Library for Python"
optional = false
python-versions = ">=3.7"
files = [
{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"},
{file = "google-api-python-client-2.111.0.tar.gz", hash = "sha256:3a45a53c031478d1c82c7162dd25c9a965247bca6bd438af0838a9d9b8219405"},
{file = "google_api_python_client-2.111.0-py2.py3-none-any.whl", hash = "sha256:b605adee2d09a843b97a59925757802904679e44e5599708cedb8939900dfbc7"},
]
[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 = "4214be7a68950d105b6ab7e9853f7572ce7ce6672812bfe9b2f1d6c6c2235983"
content-hash = "8c558a5b677deefc41641ee1e0c230f932ec0a5e7e1492386c707cdaea7dd96b"

View File

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