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

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.63.0 to 2.65.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.63.0...v2.65.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-11-01 14:00:24 +00:00 committed by Dmitry Belyaev
parent 77e036975b
commit b1188c00a7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -148,7 +148,7 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"]
[[package]]
name = "google-api-python-client"
version = "2.63.0"
version = "2.65.0"
description = "Google API Client Library for Python"
category = "main"
optional = false
@ -549,7 +549,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "cfb5e6b4943050b7f24bf51c8dee722801f82532c5fa4e1d863b967291d09151"
content-hash = "d3dcc035c733ae38f6142af856bdc2c00ab098a41b46f78887cafd4e28f83cf6"
[metadata.files]
attrs = [
@ -633,8 +633,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.63.0.tar.gz", hash = "sha256:5cc828499a2cfec5845e095d32f68265c344eb32969f07a8e3774564153178bd"},
{file = "google_api_python_client-2.63.0-py2.py3-none-any.whl", hash = "sha256:ccb198e11a60324693f8eaff4bee09502e5f35a6c829a7a1ef41a654c8fc2561"},
{file = "google-api-python-client-2.65.0.tar.gz", hash = "sha256:b8a0ca8454ad57bc65199044717d3d214197ae1e2d666426bbcd4021b36762e0"},
{file = "google_api_python_client-2.65.0-py2.py3-none-any.whl", hash = "sha256:2c6611530308b3f931dcf1360713aa3a20cf465d0bf2bac65f2ec99e8c9860de"},
]
google-auth = [
{file = "google-auth-2.14.0.tar.gz", hash = "sha256:cf24817855d874ede2efd071aa22125445f555de1685b739a9782fcf408c2a3d"},

View File

@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.14.0"
google-api-python-client = "2.63.0"
google-api-python-client = "2.65.0"
icalendar = "5.0.1"
pytz = "2022.6"
PyYAML = "6.0"