Skip to content

Commit 55be55c

Browse files
Update dependencies (#46)
- Add uv.lock - Change dependabot from pip to uv
1 parent 628f1b5 commit 55be55c

File tree

5 files changed

+1509
-17
lines changed

5 files changed

+1509
-17
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
patterns:
1010
- "*"
1111

12-
- package-ecosystem: pip
12+
- package-ecosystem: uv
1313
directory: /
1414
schedule:
1515
interval: daily

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ logs/
1616
.pdm-python
1717
.python-version
1818
pdm.lock
19-
uv.lock

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
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:

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ requires = ["hatchling"]
44

55
[dependency-groups]
66
dev = [
7-
"pre-commit >= 4.1.0"
7+
"pre-commit >= 4.2.0"
88
]
99
tests = [
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
]
3636
dependencies = [
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
]
5252
description = "Unify and organize your comic collection."
5353
dynamic = ["version"]

0 commit comments

Comments
 (0)