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.139.0 to 2.143.0

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.139.0 to 2.143.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.139.0...v2.143.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-09-01 09:38:42 +00:00 committed by Dmitry Belyaev
parent 93dfcadc22
commit 6094d61d64
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.139.0"
version = "2.143.0"
description = "Google API Client Library for Python"
optional = false
python-versions = ">=3.7"
files = [
{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"},
{file = "google_api_python_client-2.143.0-py2.py3-none-any.whl", hash = "sha256:d5654134522b9b574b82234e96f7e0aeeabcbf33643fbabcd449ef0068e3a476"},
{file = "google_api_python_client-2.143.0.tar.gz", hash = "sha256:6a75441f9078e6e2fcdf4946a153fda1e2cc81b5e9c8d6e8c0750c85c7f8a566"},
]
[package.dependencies]
@ -1472,4 +1472,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "7e861930e846593ade2b28cbba61c974adba87fa1a417b9b762c3e6194420f30"
content-hash = "eb28ce050ca65758ec2c68f818b72abe95210faf98800941454fec75a461f0d2"

View File

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