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 3333 rev : v1.12.1
3434 hooks :
3535 - id : blacken-docs
36- additional_dependencies : [black==22.8 ]
36+ additional_dependencies : [black==22.10 ]
3737 - repo : https://github.com/pre-commit/pygrep-hooks
3838 rev : v1.9.0
3939 hooks :
@@ -48,11 +48,11 @@ repos:
4848 hooks :
4949 - id : flake8
5050 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
5353 - flake8-pytest-style==1.6
5454 - flake8-spellcheck==0.28
55- - flake8-unused-arguments==0.0.11
55+ - flake8-unused-arguments==0.0.12
5656 - flake8-noqa==1.2.9
5757 - pep8-naming==0.13.2
5858 - repo : https://github.com/pre-commit/mirrors-prettier
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " hatchling.build"
3- requires = [" hatchling>=1.10 " , " hatch-vcs>=0.2" ]
3+ requires = [" hatchling>=1.11.1 " , " hatch-vcs>=0.2" ]
44
55[project ]
66name = " sphinx_autodoc_typehints"
@@ -16,17 +16,17 @@ urls.Changelog = "https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/
1616authors = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
1717maintainers = [{ name = " Bernát Gábor" , email = " gaborjbernat@gmail.com" }]
1818requires-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 " ]
2121optional-dependencies.testing = [
2222 " covdefaults>=2.2" ,
23- " coverage>=6.4.4 " ,
23+ " coverage>=6.5 " ,
2424 " diff-cover>=7.0.1" ,
2525 " nptyping>=2.3.1" ,
26- " pytest>=7.1.3 " ,
27- " pytest-cov>=3 " ,
26+ " pytest>=7.2 " ,
27+ " pytest-cov>=4 " ,
2828 " sphobjinv>=2.2.2" ,
29- " typing-extensions>=4.3 " ,
29+ " typing-extensions>=4.4 " ,
3030]
3131optional-dependencies.type-comment = [' typed-ast>=1.5.4; python_version < "3.8"' ]
3232dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ description = run type check on code base
4646setenv =
4747 {tty:MYPY_FORCE_COLOR = 1}
4848deps =
49- mypy ==0.981
50- types-docutils>=0.19.1
49+ mypy ==0.982
50+ types-docutils>=0.19.1.1
5151commands =
5252 mypy --python-version 3.10 src
5353 mypy --python-version 3.10 tests
@@ -61,7 +61,7 @@ setenv =
6161skip_install = true
6262deps =
6363 covdefaults>=2.2
64- coverage>=6.4.4
64+ coverage>=6.5
6565 diff-cover>=7.0.1
6666extras =
6767parallel_show_output = true
@@ -82,7 +82,7 @@ depends =
8282description = check that the long description is valid (need for PyPI)
8383skip_install = true
8484deps =
85- build[virtualenv]>=0.8
85+ build[virtualenv]>=0.9
8686 twine>=4.0.1
8787extras =
8888commands =
You can’t perform that action at this time.
0 commit comments