mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2024-12-05 02:06:53 +00:00
Compare commits
1 Commits
6dc8940ff7
...
8b0444ee24
Author | SHA1 | Date | |
---|---|---|---|
|
8b0444ee24 |
8
poetry.lock
generated
8
poetry.lock
generated
@ -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]
|
||||
@ -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 = "f822e466352aa90facaa00c9d0897039b41f04997a939f546a31780716f15d31"
|
||||
content-hash = "beb29484cc53df131c197b74020b25c4fd601d5f846933118f0a6b80933fe613"
|
||||
|
@ -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.1"
|
||||
|
Loading…
Reference in New Issue
Block a user