File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ repos:
20
20
- id : tox-ini-fmt
21
21
args : ["-p", "fix"]
22
22
- repo : https://github.com/tox-dev/pyproject-fmt
23
- rev : " 2.1.3 "
23
+ rev : " 2.1.4 "
24
24
hooks :
25
25
- id : pyproject-fmt
26
- additional_dependencies : ["tox>=4.14.2"]
27
26
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : " v0.5.0 "
27
+ rev : " v0.5.1 "
29
28
hooks :
30
29
- id : ruff-format
31
30
- id : ruff
Original file line number Diff line number Diff line change 2
2
build-backend = " hatchling.build"
3
3
requires = [
4
4
" hatch-vcs>=0.4" ,
5
- " hatchling>=1.24 " ,
5
+ " hatchling>=1.25 " ,
6
6
]
7
7
8
8
[project ]
@@ -39,12 +39,12 @@ dynamic = [
39
39
" version" ,
40
40
]
41
41
dependencies = [
42
- " sphinx>=7.3.5 " ,
42
+ " sphinx>=7.3.7 " ,
43
43
]
44
44
optional-dependencies.test = [
45
45
" covdefaults>=2.3" ,
46
46
" defusedxml>=0.7.1" , # needed for sphinx.testing
47
- " pytest>=8.1.1 " ,
47
+ " pytest>=8.2.2 " ,
48
48
" pytest-cov>=5" ,
49
49
]
50
50
urls.Documentation = " https://github.com/tox-dev/sphinx-argparse-cli#sphinx-argparse-cli"
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def __init__( # noqa: PLR0913
82
82
lineno : int ,
83
83
content_offset : int ,
84
84
block_text : str ,
85
- state : RSTState ,
85
+ state : RSTState [ Any ] ,
86
86
state_machine : RSTStateMachine ,
87
87
) -> None :
88
88
options .setdefault ("group_title_prefix" , None )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ commands =
33
33
description = run static analysis and style check using flake8
34
34
skip_install = true
35
35
deps =
36
- pre-commit>=3.7
36
+ pre-commit>=3.7.1
37
37
pass_env =
38
38
HOMEPATH
39
39
PROGRAMDATA
@@ -44,8 +44,8 @@ commands =
44
44
[testenv:type]
45
45
description = run type check on code base
46
46
deps =
47
- mypy ==1.9
48
- types-docutils>=0.20 .0.20240406
47
+ mypy ==1.10.1
48
+ types-docutils>=0.21 .0.20240704
49
49
set_env =
50
50
{tty:MYPY_FORCE_COLOR = 1}
51
51
commands =
@@ -57,7 +57,7 @@ description = check that the long description is valid
57
57
skip_install = true
58
58
deps =
59
59
build[virtualenv]>=1.2.1
60
- twine>=5
60
+ twine>=5.1.1
61
61
change_dir = {toxinidir}
62
62
commands =
63
63
python -m build --sdist --wheel -o {envtmpdir} .
You can’t perform that action at this time.
0 commit comments