mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-04-08 06:59:46 +00:00
Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6f4f34e1e1 | ||
|
30b01e3418 | ||
|
74faae48eb | ||
|
e68a04c1b3 | ||
|
119202ddcc | ||
|
de9b5fc174 | ||
|
bc9b4f9553 | ||
|
e86767b415 | ||
f1969a68a1 | |||
|
51ccf2fc88 | ||
eaaa3c9191 | |||
526b75a895 | |||
|
290b86b765 | ||
4b290da71f |
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
custom: ['https://boosty.to/0xffff', 'https://www.donationalerts.com/r/b4tman1']
|
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
|
||||
|
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
run: poetry run black --check --diff --color .
|
||||
|
||||
- name: Upload mypy report
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: mypy_report
|
||||
name: mypy_report-${{ matrix.python-version }}
|
||||
path: mypy_report/
|
||||
|
622
poetry.lock
generated
622
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.34.0"
|
||||
google-api-python-client = "2.143.0"
|
||||
icalendar = "5.0.13"
|
||||
pytz = "2024.1"
|
||||
google-auth = "2.38.0"
|
||||
google-api-python-client = "2.166.0"
|
||||
icalendar = "6.1.3"
|
||||
pytz = "2025.2"
|
||||
PyYAML = "6.0.2"
|
||||
fire = "0.6.0"
|
||||
fire = "0.7.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,<25.0"
|
||||
black = ">=23.7,<26.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,<3.0.0"
|
||||
sphinx-rtd-theme = ">=1.2.2,<4.0.0"
|
||||
sphinx-copybutton = "^0.5.2"
|
||||
sphinx-design = ">=0.5,<0.7"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user