Skip to content

Commit 56b0eaf

Browse files
[pre-commit.ci] pre-commit autoupdate (#279)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
1 parent 7115640 commit 56b0eaf

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.36.0
8+
rev: 0.36.1
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
1212
- repo: https://github.com/codespell-project/codespell
1313
rev: v2.4.1
1414
hooks:
1515
- id: codespell
16-
additional_dependencies: ["tomli>=2.3"]
16+
additional_dependencies: ["tomli>=2.4"]
1717
- repo: https://github.com/tox-dev/tox-ini-fmt
1818
rev: "1.7.1"
1919
hooks:
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.14.13"
27+
rev: "v0.14.14"
2828
hooks:
2929
- id: ruff-format
3030
alias: ruff
@@ -33,7 +33,7 @@ repos:
3333
alias: ruff
3434
args: ["--exit-non-zero-on-fix"]
3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: "v3.8.0"
36+
rev: "v3.8.1"
3737
hooks:
3838
- id: prettier
3939
args: ["--print-width=120", "--prose-wrap=always"]

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs>=0.5",
5-
"hatchling>=1.27",
5+
"hatchling>=1.28",
66
]
77

88
[project]
@@ -39,11 +39,11 @@ dynamic = [
3939
"version",
4040
]
4141
dependencies = [
42-
"packaging>=25",
43-
"tomli>=2.3; python_version<'3.11'",
44-
"tox<5,>=4.31",
42+
"packaging>=26",
43+
"tomli>=2.4; python_version<'3.11'",
44+
"tox<5,>=4.34.1",
4545
"typing-extensions>=4.15; python_version<'3.10'",
46-
"uv<1,>=0.9.1",
46+
"uv<1,>=0.9.27",
4747
]
4848
urls.Changelog = "https://github.com/tox-dev/tox-uv/releases"
4949
urls.Documentation = "https://github.com/tox-dev/tox-uv#tox-uv"
@@ -61,15 +61,15 @@ dev = [
6161
]
6262
test = [
6363
"covdefaults>=2.3",
64-
"devpi-process>=1.0.2",
65-
"diff-cover>=9.7.1",
66-
"pytest>=8.4.2",
64+
"devpi-process>=1.1",
65+
"diff-cover>=10.2",
66+
"pytest>=9.0.2",
6767
"pytest-cov>=7",
6868
"pytest-mock>=3.15.1",
6969
]
70-
type = [ "mypy==1.18.2", "types-setuptools>=80.9.0.20250822", { include-group = "test" } ]
70+
type = [ "mypy==1.19.1", "types-setuptools>=80.10.0.20260124", { include-group = "test" } ]
7171
lint = [ "pre-commit-uv>=4.2" ]
72-
pkg-meta = [ "check-wheel-contents>=0.6.3", "twine>=6.2", "uv>=0.9.1" ]
72+
pkg-meta = [ "check-wheel-contents>=0.6.3", "twine>=6.2", "uv>=0.9.27" ]
7373

7474
[tool.hatch]
7575
build.hooks.vcs.version-file = "src/tox_uv/version.py"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
requires =
3-
tox>=4.31
3+
tox>=4.34.1
44
tox-uv>=1.23
55
env_list =
66
fix

0 commit comments

Comments
 (0)