Bump google-api-python-client from 2.49.0 to 2.52.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.49.0 to 2.52.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.49.0...v2.52.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-07-01 11:34:21 +00:00 committed by Dmitry Belyaev
parent 72f474217a
commit af8150197d
2 changed files with 6 additions and 6 deletions

10
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.49.0"
version = "2.52.0"
description = "Google API Client Library for Python"
category = "main"
optional = false
@ -142,7 +142,7 @@ python-versions = ">=3.6"
[package.dependencies]
google-api-core = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0dev"
google-auth = ">=1.16.0,<3.0.0dev"
google-auth = ">=1.19.0,<3.0.0dev"
google-auth-httplib2 = ">=0.1.0"
httplib2 = ">=0.15.0,<1dev"
uritemplate = ">=3.0.1,<5"
@ -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 = "0529147d9921e829fc63716107d7a3d47a3ebc97b7b6f47407d9325526a85bdd"
content-hash = "e1eab1bf54a181cbbee1ad8ff51ba116ca8c86a7c54dda0a31734e2a7faba564"
[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.49.0.tar.gz", hash = "sha256:629bbde991ce2d9697c6da37f2416f7aeb01ba01505b166066a415b3c3ce1dfc"},
{file = "google_api_python_client-2.49.0-py2.py3-none-any.whl", hash = "sha256:7e172b06abeff7170108596446f0c8e56a129a40ef29a802270a02c0b07e993d"},
{file = "google-api-python-client-2.52.0.tar.gz", hash = "sha256:0ae3fa7cad2102e24a587986cee53afdbc95bd69b58f2c08f8fd881a20da5f14"},
{file = "google_api_python_client-2.52.0-py2.py3-none-any.whl", hash = "sha256:ac8c020d4db00914df4f8981236c109959f76c699b0ded428055cf9503c737cb"},
]
google-auth = [
{file = "google-auth-2.9.0.tar.gz", hash = "sha256:3b2f9d2f436cc7c3b363d0ac66470f42fede249c3bafcc504e9f0bcbe983cff0"},

View File

@ -19,7 +19,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
google-auth = "2.9.0"
google-api-python-client = "2.49.0"
google-api-python-client = "2.52.0"
icalendar = "4.0.9"
pytz = "2022.1"
PyYAML = "6.0"