Bump google-api-python-client from 2.124.0 to 2.127.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.124.0 to 2.127.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.124.0...v2.127.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-05-01 10:51:09 +00:00 committed by GitHub
parent e63bd7cca8
commit a5ed12e583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -296,13 +296,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"]
[[package]]
name = "google-api-python-client"
version = "2.124.0"
version = "2.127.0"
description = "Google API Client Library for Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "google-api-python-client-2.124.0.tar.gz", hash = "sha256:f6d3258420f7c76b0f5266b5e402e6f804e30351b018a10083f4a46c3ec33773"},
{file = "google_api_python_client-2.124.0-py2.py3-none-any.whl", hash = "sha256:07dc674449ed353704b1169fdee792f74438d024261dad71b6ce7bb9c683d51f"},
{file = "google-api-python-client-2.127.0.tar.gz", hash = "sha256:bbb51b0fbccdf40e536c26341e372d7800f09afebb53103bbcc94e08f14b523b"},
{file = "google_api_python_client-2.127.0-py2.py3-none-any.whl", hash = "sha256:d01c70c7840ec37888aa02b1aea5d9baba4c1701e268d1a0251640afd56e5e90"},
]
[package.dependencies]
@ -1484,4 +1484,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "7578e61e6a4d32ca3c941e37574d1512441cdd76729e2afd4647157978e0763b"
content-hash = "265c5889c3c79ec6e30b2fe0e2fd79a138aeec99531c378ae20e0a22e1ea5709"

View File

@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
google-auth = "2.29.0"
google-api-python-client = "2.124.0"
google-api-python-client = "2.127.0"
icalendar = "5.0.12"
pytz = "2024.1"
PyYAML = "6.0.1"