1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-10-22 06:45:07 +00:00

Bump google-api-python-client from 2.135.0 to 2.139.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.135.0 to 2.139.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.135.0...v2.139.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] 2024-08-01 09:36:07 +00:00 committed by Dmitry Belyaev
parent 993f2cac70
commit 91bba6a568
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -296,13 +296,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"]
[[package]]
name = "google-api-python-client"
version = "2.135.0"
version = "2.139.0"
description = "Google API Client Library for Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "google-api-python-client-2.135.0.tar.gz", hash = "sha256:b552a28123ed95493035698db80e8ed78c9106a8b422e63a175150b9b55b704e"},
{file = "google_api_python_client-2.135.0-py2.py3-none-any.whl", hash = "sha256:91742fa4c779d48456c0256ef346fa1cc185ba427176d3277e35141fa3268026"},
{file = "google_api_python_client-2.139.0-py2.py3-none-any.whl", hash = "sha256:1850a92505d91a82e2ca1635ab2b8dff179f4b67082c2651e1db332e8039840c"},
{file = "google_api_python_client-2.139.0.tar.gz", hash = "sha256:ed4bc3abe2c060a87412465b4e8254620bbbc548eefc5388e2c5ff912d36a68b"},
]
[package.dependencies]
@ -1473,4 +1473,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "0208962f421aaa70a800e4bfb34c28a7f9f1aa171b90d1172be080a8d0708ea7"
content-hash = "f822e466352aa90facaa00c9d0897039b41f04997a939f546a31780716f15d31"

View File

@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
google-auth = "2.32.0"
google-api-python-client = "2.135.0"
google-api-python-client = "2.139.0"
icalendar = "5.0.13"
pytz = "2024.1"
PyYAML = "6.0.1"