File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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 :
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
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"]
Original file line number Diff line number Diff line change 22build-backend = " hatchling.build"
33requires = [
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]
4141dependencies = [
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]
4848urls.Changelog = " https://github.com/tox-dev/tox-uv/releases"
4949urls.Documentation = " https://github.com/tox-dev/tox-uv#tox-uv"
@@ -61,15 +61,15 @@ dev = [
6161]
6262test = [
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" } ]
7171lint = [ " 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 ]
7575build.hooks.vcs.version-file = " src/tox_uv/version.py"
Original file line number Diff line number Diff line change 11[tox]
22requires =
3- tox>=4.31
3+ tox>=4.34.1
44 tox-uv>=1.23
55env_list =
66 fix
You can’t perform that action at this time.
0 commit comments