1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-10-22 14:55:08 +00:00

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

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.131.0 to 2.135.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.131.0...v2.135.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-07-01 02:10:34 +00:00 committed by Dmitry Belyaev
parent a68ebfd75b
commit 3a95534d71
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]] [[package]]
name = "google-api-python-client" name = "google-api-python-client"
version = "2.131.0" version = "2.135.0"
description = "Google API Client Library for Python" description = "Google API Client Library for Python"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "google-api-python-client-2.131.0.tar.gz", hash = "sha256:1c03e24af62238a8817ecc24e9d4c32ddd4cb1f323b08413652d9a9a592fc00d"}, {file = "google-api-python-client-2.135.0.tar.gz", hash = "sha256:b552a28123ed95493035698db80e8ed78c9106a8b422e63a175150b9b55b704e"},
{file = "google_api_python_client-2.131.0-py2.py3-none-any.whl", hash = "sha256:e325409bdcef4604d505d9246ce7199960a010a0569ac503b9f319db8dbdc217"}, {file = "google_api_python_client-2.135.0-py2.py3-none-any.whl", hash = "sha256:91742fa4c779d48456c0256ef346fa1cc185ba427176d3277e35141fa3268026"},
] ]
[package.dependencies] [package.dependencies]
@ -1473,4 +1473,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "1e865828f0f95924de211289d026a6f8a76d40027306ea31dbd29cc3d034b5ee" content-hash = "b517a7439dd2d35847ba9e45a5016997f8bcb567f0fcfadea0878b33215b232b"

View File

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