1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-05-16 13:54:34 +00:00

Compare commits

..

No commits in common. "develop" and "v0.1.5" have entirely different histories.

5 changed files with 275 additions and 373 deletions

1
.github/FUNDING.yml vendored

@ -1 +0,0 @@
custom: ['https://boosty.to/0xffff', 'https://www.donationalerts.com/r/b4tman1']

@ -4,12 +4,6 @@ updates:
directory: "/"
schedule:
interval: monthly
time: '02:00'
timezone: "Europe/Moscow"
day: "saturday"
groups:
"PyPi updates":
patterns:
- "*"
time: '02:00'
open-pull-requests-limit: 10
target-branch: develop

@ -53,7 +53,7 @@ jobs:
run: poetry run black --check --diff --color .
- name: Upload mypy report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: mypy_report-${{ matrix.python-version }}
name: mypy_report
path: mypy_report/

621
poetry.lock generated

File diff suppressed because it is too large Load Diff

@ -19,12 +19,12 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
google-auth = "2.39.0"
google-api-python-client = "2.169.0"
icalendar = "6.1.3"
pytz = "2025.2"
google-auth = "2.34.0"
google-api-python-client = "2.143.0"
icalendar = "5.0.13"
pytz = "2024.1"
PyYAML = "6.0.2"
fire = "0.7.0"
fire = "0.6.0"
[tool.poetry.group.dev]
optional = true
@ -35,7 +35,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
pytest = ">=7.4,<9.0"
flake8 = ">=5.0.4,<8.0.0"
black = ">=23.7,<26.0"
black = ">=23.7,<25.0"
mypy = ">=0.960"
types-python-dateutil = "^2.8.19"
types-pytz = ">=2021.3.8"
@ -45,7 +45,7 @@ lxml = ">=4.9.3,<6.0.0"
[tool.poetry.group.docs.dependencies]
sphinx = ">=7.1,<7.5"
myst-parser = ">=2,<4"
sphinx-rtd-theme = ">=1.2.2,<4.0.0"
sphinx-rtd-theme = ">=1.2.2,<3.0.0"
sphinx-copybutton = "^0.5.2"
sphinx-design = ">=0.5,<0.7"