mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2024-12-04 17:56:54 +00:00
Compare commits
2 Commits
f3b8cd958e
...
290b86b765
Author | SHA1 | Date | |
---|---|---|---|
|
290b86b765 | ||
4b290da71f |
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -4,6 +4,12 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: '02:00'
|
||||
time: '02:00'
|
||||
timezone: "Europe/Moscow"
|
||||
day: "saturday"
|
||||
groups:
|
||||
"PyPi updates":
|
||||
patterns:
|
||||
- "*"
|
||||
open-pull-requests-limit: 10
|
||||
target-branch: develop
|
||||
|
14
poetry.lock
generated
14
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.143.0"
|
||||
version = "2.144.0"
|
||||
description = "Google API Client Library for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{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"},
|
||||
{file = "google_api_python_client-2.144.0-py2.py3-none-any.whl", hash = "sha256:f9c333ac4454a012adca90c297f9a22611a8953f3aae5481f90b3a56b9bdd413"},
|
||||
{file = "google_api_python_client-2.144.0.tar.gz", hash = "sha256:fe00851b257157bca600e1692ed8a54762c4a5c7d9eb7f6d4822059424b0d0a9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1384,13 +1384,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "types-python-dateutil"
|
||||
version = "2.9.0.20240821"
|
||||
version = "2.9.0.20240906"
|
||||
description = "Typing stubs for python-dateutil"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "types-python-dateutil-2.9.0.20240821.tar.gz", hash = "sha256:9649d1dcb6fef1046fb18bebe9ea2aa0028b160918518c34589a46045f6ebd98"},
|
||||
{file = "types_python_dateutil-2.9.0.20240821-py3-none-any.whl", hash = "sha256:f5889fcb4e63ed4aaa379b44f93c32593d50b9a94c9a60a0c854d8cc3511cd57"},
|
||||
{file = "types-python-dateutil-2.9.0.20240906.tar.gz", hash = "sha256:9706c3b68284c25adffc47319ecc7947e5bb86b3773f843c73906fd598bc176e"},
|
||||
{file = "types_python_dateutil-2.9.0.20240906-py3-none-any.whl", hash = "sha256:27c8cc2d058ccb14946eebcaaa503088f4f6dbc4fb6093d3d456a49aef2753f6"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -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 = "375db00746dc885ce9976e88dd3c812516425366a09bb4500ab31101e1e1391d"
|
||||
content-hash = "a384f1a5442764e9650620fb842aef4475b66ef25bec100275d7abbef0d21fb7"
|
||||
|
@ -20,7 +20,7 @@ classifiers = [
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
google-auth = "2.34.0"
|
||||
google-api-python-client = "2.143.0"
|
||||
google-api-python-client = "2.144.0"
|
||||
icalendar = "5.0.13"
|
||||
pytz = "2024.1"
|
||||
PyYAML = "6.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user