Bump google-api-python-client from 2.95.0 to 2.97.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.95.0 to 2.97.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.95.0...v2.97.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-09-01 08:47:03 +00:00 committed by Dmitry Belyaev
parent ca6d0bf525
commit 8a0904f68b
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.95.0"
version = "2.97.0"
description = "Google API Client Library for Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "google-api-python-client-2.95.0.tar.gz", hash = "sha256:d2731ede12f79e53fbe11fdb913dfe986440b44c0a28431c78a8ec275f4c1541"},
{file = "google_api_python_client-2.95.0-py2.py3-none-any.whl", hash = "sha256:a8aab2da678f42a01f2f52108f787fef4310f23f9dd917c4e64664c3f0c885ba"},
{file = "google-api-python-client-2.97.0.tar.gz", hash = "sha256:48277291894876a1ca7ed4127e055e81f81e6343ced1b544a7200ae2c119dcd7"},
{file = "google_api_python_client-2.97.0-py2.py3-none-any.whl", hash = "sha256:5215f4cd577753fc4192ccfbe0bb8b55d4bb5fd68fa6268ac5cf271b6305de31"},
]
[package.dependencies]
@ -1420,4 +1420,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "6861e27309a86c63c85062163af592665537703cf39af74a951b591d8aa21fed"
content-hash = "910f298b8985c54cf7ff8741534af9160b782926912b80abfa22b5820e42ee13"

View File

@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.22.0"
google-api-python-client = "2.95.0"
google-api-python-client = "2.97.0"
icalendar = "5.0.7"
pytz = "2023.3"
PyYAML = "6.0.1"