Bump google-api-python-client from 2.58.0 to 2.63.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.58.0 to 2.63.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.58.0...v2.63.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] 2022-10-01 08:21:41 +00:00 committed by Dmitry Belyaev
parent 45b07dc5ab
commit 3759992950
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -134,7 +134,7 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"]
[[package]]
name = "google-api-python-client"
version = "2.58.0"
version = "2.63.0"
description = "Google API Client Library for Python"
category = "main"
optional = false
@ -543,7 +543,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "0e22d82f6d5a95c2cf32967455079b81114264a4b2f0c8340ae1b4343058fa1b"
content-hash = "565cdff23f3fda792908b0a494616ad3fb63f953e83174f7af7fcbf40a21f70e"
[metadata.files]
atomicwrites = [
@ -611,8 +611,8 @@ google-api-core = [
{file = "google_api_core-2.8.1-py3-none-any.whl", hash = "sha256:ce1daa49644b50398093d2a9ad886501aa845e2602af70c3001b9f402a9d7359"},
]
google-api-python-client = [
{file = "google-api-python-client-2.58.0.tar.gz", hash = "sha256:3af6a181763a8cb18f2b9d973760ba32e4fe2af09e4ce06626ff6a53777c33fa"},
{file = "google_api_python_client-2.58.0-py2.py3-none-any.whl", hash = "sha256:8f4eeed1b46f3f445307719aa3e9678e429d90c0af4f22ada707a72ba10fe02d"},
{file = "google-api-python-client-2.63.0.tar.gz", hash = "sha256:5cc828499a2cfec5845e095d32f68265c344eb32969f07a8e3774564153178bd"},
{file = "google_api_python_client-2.63.0-py2.py3-none-any.whl", hash = "sha256:ccb198e11a60324693f8eaff4bee09502e5f35a6c829a7a1ef41a654c8fc2561"},
]
google-auth = [
{file = "google-auth-2.12.0.tar.gz", hash = "sha256:f12d86502ce0f2c0174e2e70ecc8d36c69593817e67e1d9c5e34489120422e4b"},

View File

@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.12.0"
google-api-python-client = "2.58.0"
google-api-python-client = "2.63.0"
icalendar = "4.1.0"
pytz = "2022.2.1"
PyYAML = "6.0"