Skip to content

Commit 9d777bc

Browse files
Dependency updates
1 parent 1b13766 commit 9d777bc

File tree

4 files changed

+148
-135
lines changed

4 files changed

+148
-135
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.9
3+
rev: v0.11.11
44
hooks:
55
- id: ruff-format
6-
- id: ruff
6+
- id: ruff-check
77
- repo: https://github.com/executablebooks/mdformat
88
rev: 0.7.22
99
hooks:
@@ -37,7 +37,7 @@ repos:
3737
- id: mixed-line-ending
3838
args:
3939
- --fix=auto
40-
# - id: name-tests-test
40+
- id: name-tests-test
4141
- id: trailing-whitespace
4242
args:
4343
- --markdown-linebreak-ext=md

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,20 @@ classifiers = [
3434
"Typing :: Typed"
3535
]
3636
dependencies = [
37-
"click < 8.2.0",
3837
"comicfn2dict >= 0.2.5",
3938
"esak >= 2.0.0",
4039
"lxml >= 5.4.0",
4140
"mokkari >= 3.10.0",
4241
"natsort >= 8.4.0",
4342
"pillow >= 11.2.1",
44-
"pydantic >= 2.11.4",
45-
"pydantic-xml >= 2.16.0",
43+
"pydantic >= 2.11.5",
44+
"pydantic-xml >= 2.17.0",
4645
"rarfile >= 4.2",
4746
"rich >= 14.0.0",
4847
"simyan >= 1.4.0",
4948
"tomli >= 2.2.1 ; python_version < '3.11'",
5049
"tomli-w >= 1.2.0",
51-
"typer >= 0.15.3"
50+
"typer >= 0.15.4"
5251
]
5352
description = "Unify and organize your comic collection."
5453
dynamic = ["version"]

0 commit comments

Comments
 (0)