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 33
33
rev : v1.12.1
34
34
hooks :
35
35
- id : blacken-docs
36
- additional_dependencies : [black==22.8 ]
36
+ additional_dependencies : [black==22.10 ]
37
37
- repo : https://github.com/pre-commit/pygrep-hooks
38
38
rev : v1.9.0
39
39
hooks :
@@ -48,11 +48,11 @@ repos:
48
48
hooks :
49
49
- id : flake8
50
50
additional_dependencies :
51
- - flake8-bugbear==22.9.23
52
- - flake8-comprehensions==3.10
51
+ - flake8-bugbear==22.10.27
52
+ - flake8-comprehensions==3.10.1
53
53
- flake8-pytest-style==1.6
54
54
- flake8-spellcheck==0.28
55
- - flake8-unused-arguments==0.0.11
55
+ - flake8-unused-arguments==0.0.12
56
56
- flake8-noqa==1.2.9
57
57
- pep8-naming==0.13.2
58
58
- repo : https://github.com/pre-commit/mirrors-prettier
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " hatchling.build"
3
- requires = [" hatchling>=1.10 " , " hatch-vcs>=0.2" ]
3
+ requires = [" hatchling>=1.11.1 " , " hatch-vcs>=0.2" ]
4
4
5
5
[project ]
6
6
name = " sphinx_autodoc_typehints"
@@ -16,17 +16,17 @@ urls.Changelog = "https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/
16
16
authors = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
17
17
maintainers = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
18
18
requires-python = " >=3.7"
19
- dependencies = [" Sphinx>=5.2.1 " ]
20
- optional-dependencies.docs = [" furo>=2022.9.15 " , " sphinx>=5.2.1 " , " sphinx-autodoc-typehints>=1.19.3 " ]
19
+ dependencies = [" Sphinx>=5.3 " ]
20
+ optional-dependencies.docs = [" furo>=2022.9.29 " , " sphinx>=5.3 " , " sphinx-autodoc-typehints>=1.19.4 " ]
21
21
optional-dependencies.testing = [
22
22
" covdefaults>=2.2" ,
23
- " coverage>=6.4.4 " ,
23
+ " coverage>=6.5 " ,
24
24
" diff-cover>=7.0.1" ,
25
25
" nptyping>=2.3.1" ,
26
- " pytest>=7.1.3 " ,
27
- " pytest-cov>=3 " ,
26
+ " pytest>=7.2 " ,
27
+ " pytest-cov>=4 " ,
28
28
" sphobjinv>=2.2.2" ,
29
- " typing-extensions>=4.3 " ,
29
+ " typing-extensions>=4.4 " ,
30
30
]
31
31
optional-dependencies.type-comment = [' typed-ast>=1.5.4; python_version < "3.8"' ]
32
32
dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ description = run type check on code base
46
46
setenv =
47
47
{tty:MYPY_FORCE_COLOR = 1}
48
48
deps =
49
- mypy ==0.981
50
- types-docutils>=0.19.1
49
+ mypy ==0.982
50
+ types-docutils>=0.19.1.1
51
51
commands =
52
52
mypy --python-version 3.10 src
53
53
mypy --python-version 3.10 tests
@@ -61,7 +61,7 @@ setenv =
61
61
skip_install = true
62
62
deps =
63
63
covdefaults>=2.2
64
- coverage>=6.4.4
64
+ coverage>=6.5
65
65
diff-cover>=7.0.1
66
66
extras =
67
67
parallel_show_output = true
@@ -82,7 +82,7 @@ depends =
82
82
description = check that the long description is valid (need for PyPI)
83
83
skip_install = true
84
84
deps =
85
- build[virtualenv]>=0.8
85
+ build[virtualenv]>=0.9
86
86
twine>=4.0.1
87
87
extras =
88
88
commands =
You can’t perform that action at this time.
0 commit comments