Skip to content

Commit b3f3a2a

Browse files
committed
update deps
1 parent e1c617e commit b3f3a2a

File tree

4 files changed

+233
-205
lines changed

4 files changed

+233
-205
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.11.2
26+
rev: v0.11.13
2727
hooks:
2828
- id: ruff
2929
args: ["--fix", "--exit-non-zero-on-fix"]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.15.0
33+
rev: v1.16.0
3434
hooks:
3535
- id: mypy
3636
args: [".", "--ignore-missing-imports"]
3737
language: system
3838
pass_filenames: false
3939

4040
- repo: https://github.com/astral-sh/uv-pre-commit
41-
rev: 0.6.10
41+
rev: 0.7.13
4242
hooks:
4343
- id: uv-lock
4444
- id: uv-export
4545
args: ["-o", "requirements.txt", "--no-hashes", "-q"]
4646

4747
- repo: https://github.com/tox-dev/pyproject-fmt
48-
rev: v2.5.1
48+
rev: v2.6.0
4949
hooks:
5050
- id: pyproject-fmt

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ dependencies = [
2222

2323
[dependency-groups]
2424
dev = [
25-
"coverage==7.7.1",
26-
"mypy==1.15.0",
25+
"coverage==7.9.1",
26+
"mypy==1.16.1",
2727
"pre-commit==4.2.0",
28-
"ruff==0.11.2",
28+
"ruff==0.11.13",
2929
]
3030

3131
[tool.hatch.build.targets.wheel]

requirements.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,32 @@
22
# uv export -o requirements.txt --no-hashes
33
-e .
44
cfgv==3.4.0
5-
coverage==7.7.1
5+
# via pre-commit
6+
coverage==7.9.1
67
distlib==0.3.9
8+
# via virtualenv
79
filelock==3.16.1
10+
# via virtualenv
811
identify==2.6.4
12+
# via pre-commit
913
mimesis==18.0.0
10-
mypy==1.15.0
14+
# via python-boilerplate
15+
mypy==1.16.1
1116
mypy-extensions==1.0.0
17+
# via mypy
1218
nodeenv==1.9.1
19+
# via pre-commit
20+
pathspec==0.12.1
21+
# via mypy
1322
platformdirs==4.3.6
23+
# via virtualenv
1424
pre-commit==4.2.0
1525
pyyaml==6.0.2
16-
ruff==0.11.2
26+
# via pre-commit
27+
ruff==0.11.13
1728
tomli==2.2.1 ; python_full_version < '3.11'
29+
# via mypy
1830
typing-extensions==4.12.2
31+
# via mypy
1932
virtualenv==20.28.1
33+
# via pre-commit

0 commit comments

Comments
 (0)