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.127.0 to 2.131.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.127.0 to 2.131.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.127.0...v2.131.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-06-02 12:14:27 +00:00 committed by Dmitry Belyaev
parent e1828ce304
commit 0120b313ec
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.127.0" version = "2.131.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.127.0.tar.gz", hash = "sha256:bbb51b0fbccdf40e536c26341e372d7800f09afebb53103bbcc94e08f14b523b"}, {file = "google-api-python-client-2.131.0.tar.gz", hash = "sha256:1c03e24af62238a8817ecc24e9d4c32ddd4cb1f323b08413652d9a9a592fc00d"},
{file = "google_api_python_client-2.127.0-py2.py3-none-any.whl", hash = "sha256:d01c70c7840ec37888aa02b1aea5d9baba4c1701e268d1a0251640afd56e5e90"}, {file = "google_api_python_client-2.131.0-py2.py3-none-any.whl", hash = "sha256:e325409bdcef4604d505d9246ce7199960a010a0569ac503b9f319db8dbdc217"},
] ]
[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 = "6c3386a1ce7c6ce666e5aa5dd31e9995ad550a45dcc056293711f328cb643021" content-hash = "1e865828f0f95924de211289d026a6f8a76d40027306ea31dbd29cc3d034b5ee"

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.127.0" google-api-python-client = "2.131.0"
icalendar = "5.0.12" icalendar = "5.0.12"
pytz = "2024.1" pytz = "2024.1"
PyYAML = "6.0.1" PyYAML = "6.0.1"