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

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.91.0 to 2.95.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.91.0...v2.95.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-08-01 11:42:49 +00:00 committed by Dmitry Belyaev
parent 52867a2f8e
commit a65b544c8b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -203,13 +203,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"]
[[package]]
name = "google-api-python-client"
version = "2.91.0"
version = "2.95.0"
description = "Google API Client Library for Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "google-api-python-client-2.91.0.tar.gz", hash = "sha256:d9385ad6e7f95eecd40f7c81e3abfe4b6ad3a84f2c16bcdb66fb7b8dd814ed56"},
{file = "google_api_python_client-2.91.0-py2.py3-none-any.whl", hash = "sha256:6959d21d4b20c0f65c69662ca7b6a8a02fc08f3e7f72d70b28ae3e6e3a5f9ab2"},
{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"},
]
[package.dependencies]
@ -885,4 +885,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "8b20fbeca9ad2e9584d812a37495148c82587dc1f7ea21f5617ddc0b1719351c"
content-hash = "2b4c1fc8dd2b3e2c586c71a04a506e1ca87db20899ad5da0dc5ee17947570f25"

View File

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