File tree Expand file tree Collapse file tree 5 files changed +1509
-17
lines changed
Expand file tree Collapse file tree 5 files changed +1509
-17
lines changed Original file line number Diff line number Diff line change 99 patterns :
1010 - " *"
1111
12- - package-ecosystem : pip
12+ - package-ecosystem : uv
1313 directory : /
1414 schedule :
1515 interval : daily
Original file line number Diff line number Diff line change 1616.pdm-python
1717.python-version
1818pdm.lock
19- uv.lock
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.9.3
3+ rev : v0.11.9
44 hooks :
55 - id : ruff-format
66 - id : ruff
77 - repo : https://github.com/executablebooks/mdformat
8- rev : 0.7.21
8+ rev : 0.7.22
99 hooks :
1010 - id : mdformat
1111 additional_dependencies :
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ requires = ["hatchling"]
44
55[dependency-groups ]
66dev = [
7- " pre-commit >= 4.1 .0"
7+ " pre-commit >= 4.2 .0"
88]
99tests = [
10- " pytest >= 8.3.4 " ,
11- " pytest-cov >= 6.0.0 " ,
12- " tox >= 4.24.1 " ,
13- " tox-uv >= 1.20.1 "
10+ " pytest >= 8.3.5 " ,
11+ " pytest-cov >= 6.1.1 " ,
12+ " tox >= 4.25.0 " ,
13+ " tox-uv >= 1.25.0 "
1414]
1515
1616[project ]
@@ -34,20 +34,20 @@ classifiers = [
3434 " Typing :: Typed"
3535]
3636dependencies = [
37- " comicfn2dict >= 0.2.4 " ,
37+ " comicfn2dict >= 0.2.5 " ,
3838 " esak >= 2.0.0" ,
39- " lxml >= 5.3 .0" ,
40- " mokkari >= 3.6 .0" ,
39+ " lxml >= 5.4 .0" ,
40+ " mokkari >= 3.10 .0" ,
4141 " natsort >= 8.4.0" ,
42- " pillow >= 11.1.0 " ,
43- " pydantic >= 2.10.6 " ,
44- " pydantic-xml >= 2.14.1 " ,
42+ " pillow >= 11.2.1 " ,
43+ " pydantic >= 2.11.4 " ,
44+ " pydantic-xml >= 2.16.0 " ,
4545 " rarfile >= 4.2" ,
46- " rich >= 13.9.4 " ,
46+ " rich >= 14.0.0 " ,
4747 " simyan >= 1.4.0" ,
4848 " tomli >= 2.2.1 ; python_version < '3.11'" ,
4949 " tomli-w >= 1.2.0" ,
50- " typer >= 0.15.1 "
50+ " typer >= 0.15.3 "
5151]
5252description = " Unify and organize your comic collection."
5353dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments