Skip to content

Commit 88f2015

Browse files
committed
Run pre-commit upgrade
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 1f28422 commit 88f2015

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ repos:
1313
rev: v2.4.1
1414
hooks:
1515
- id: codespell
16-
additional_dependencies: ["tomli>=2.2.1"]
16+
additional_dependencies: ["tomli>=2.3"]
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.6.0"
18+
rev: "v2.8.0"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/abravalheri/validate-pyproject
2222
rev: "v0.24.1"
2323
hooks:
2424
- id: validate-pyproject
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.13.2"
26+
rev: "v0.14.0"
2727
hooks:
2828
- id: ruff-check
2929
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
@@ -32,7 +32,7 @@ repos:
3232
rev: 1.20.0
3333
hooks:
3434
- id: blacken-docs
35-
additional_dependencies: [black==25.1]
35+
additional_dependencies: [black==25.9]
3636
- repo: https://github.com/pre-commit/pygrep-hooks
3737
rev: v1.10.0
3838
hooks:

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ build:
77
- pip install uv
88
- uv venv
99
- uv pip install tox-uv tox@.
10-
- .venv/bin/tox run -e docs --
10+
- .venv/bin/tox run -e docs --notest
11+
- .venv/bin/tox run -e docs --skip-pkg-install --

pyproject.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ dynamic = [
5050
"version",
5151
]
5252
dependencies = [
53-
"cachetools>=6.1",
53+
"cachetools>=6.2",
5454
"chardet>=5.2",
5555
"colorama>=0.4.6",
56-
"filelock>=3.18",
56+
"filelock>=3.20",
5757
"packaging>=25",
58-
"platformdirs>=4.3.8",
58+
"platformdirs>=4.5",
5959
"pluggy>=1.6",
6060
"pyproject-api>=1.9.1",
61-
"tomli>=2.2.1; python_version<'3.11'",
62-
"typing-extensions>=4.14.1; python_version<'3.11'",
63-
"virtualenv>=20.31.2",
61+
"tomli>=2.3; python_version<'3.11'",
62+
"typing-extensions>=4.15; python_version<'3.11'",
63+
"virtualenv>=20.35",
6464
]
6565
urls.Documentation = "https://tox.wiki"
6666
urls.Homepage = "http://tox.readthedocs.org"
@@ -76,55 +76,55 @@ dev = [
7676
{ include-group = "type" },
7777
]
7878
test = [
79-
"build[virtualenv]>=1.2.2.post1",
79+
"build[virtualenv]>=1.3",
8080
"covdefaults>=2.3",
81-
"coverage>=7.9.2",
81+
"coverage>=7.10.7",
8282
"detect-test-pollution>=1.2",
8383
"devpi-process>=1.0.2",
84-
"diff-cover>=9.6",
84+
"diff-cover>=9.7.1",
8585
"distlib>=0.4",
8686
"flaky>=3.8.1",
8787
"hatch-vcs>=0.5",
8888
"hatchling>=1.27",
89-
"pdm-backend",
90-
"psutil>=7",
91-
"pytest>=8.4.1",
92-
"pytest-cov>=6.2.1",
93-
"pytest-mock>=3.14.1",
89+
"pdm-backend>=2.4.5",
90+
"psutil>=7.1",
91+
"pytest>=8.4.2",
92+
"pytest-cov>=7",
93+
"pytest-mock>=3.15.1",
9494
"pytest-xdist>=3.8",
9595
"re-assert>=1.1",
9696
"setuptools>=80.9",
97-
"time-machine>=2.16; implementation_name!='pypy'",
97+
"time-machine>=2.19; implementation_name!='pypy'",
9898
"wheel>=0.45.1",
9999
]
100100
type = [
101-
"mypy==1.17",
102-
"types-cachetools>=6.1.0.20250717",
101+
"mypy==1.18.2",
102+
"types-cachetools>=6.2.0.20250827",
103103
"types-chardet>=5.0.4.6",
104104
{ include-group = "test" },
105105
]
106106
docs = [
107-
"furo>=2025.7.19",
107+
"furo>=2025.9.25",
108108
"sphinx>=8.2.3",
109-
"sphinx-argparse-cli>=1.19",
110-
"sphinx-autodoc-typehints>=3.2",
109+
"sphinx-argparse-cli>=1.20.1",
110+
"sphinx-autodoc-typehints>=3.4",
111111
"sphinx-copybutton>=0.5.2",
112112
"sphinx-inline-tabs>=2023.4.21",
113113
"sphinxcontrib-towncrier>=0.2.1a0",
114-
"towncrier>=24.8",
114+
"towncrier>=25.8",
115115
]
116116
fix = [
117-
"pre-commit-uv>=4.1.4",
117+
"pre-commit-uv>=4.1.5",
118118
]
119119
pkg-meta = [
120-
"check-wheel-contents>=0.6.2",
121-
"twine>=6.1",
122-
"uv>=0.8",
120+
"check-wheel-contents>=0.6.3",
121+
"twine>=6.2",
122+
"uv>=0.9",
123123
]
124124
release = [
125-
"gitpython>=3.1.44",
125+
"gitpython>=3.1.45",
126126
"packaging>=25",
127-
"towncrier>=24.8",
127+
"towncrier>=25.8",
128128
]
129129

130130
[tool.hatch]

0 commit comments

Comments
 (0)