Bump google-api-python-client from 2.70.0 to 2.76.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.70.0 to 2.76.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.70.0...v2.76.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-02-03 10:40:53 +00:00 committed by Dmitry Belyaev
parent a806cc87c3
commit e80b004a99
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -221,14 +221,14 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"]
[[package]]
name = "google-api-python-client"
version = "2.70.0"
version = "2.76.0"
description = "Google API Client Library for Python"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "google-api-python-client-2.70.0.tar.gz", hash = "sha256:262de094d5a30d337f59e66581019fed45b698c078397ac48dd323c0968236e7"},
{file = "google_api_python_client-2.70.0-py2.py3-none-any.whl", hash = "sha256:67da78956f2bf4b763305cd791aeab250878c1f88f1422aaba4682a608b8e5a4"},
{file = "google-api-python-client-2.76.0.tar.gz", hash = "sha256:1446d8c618191afdb1190296a4f9648955460184c655da2bfa40c2968e6caac6"},
{file = "google_api_python_client-2.76.0-py2.py3-none-any.whl", hash = "sha256:514326068802f8e8b32c282c2c1f528cf007247ba19470de6d013731985a3d28"},
]
[package.dependencies]
@ -931,4 +931,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "3e2ff607f04437255e3af716d97a2209acdb0a52ef3699a5f230cd3f15d578f8"
content-hash = "fa423d78d7644f799e1fbb80cd7df42ce9dbb609a3833ab7228c2137810dc0cc"

View File

@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.15.0"
google-api-python-client = "2.70.0"
google-api-python-client = "2.76.0"
icalendar = "5.0.4"
pytz = "2022.7.1"
PyYAML = "6.0"