File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 29
29
rev : v1.12.1
30
30
hooks :
31
31
- id : blacken-docs
32
- additional_dependencies : [ black==22.6 ]
32
+ additional_dependencies : [ black==22.10 ]
33
33
- repo : https://github.com/pre-commit/pygrep-hooks
34
34
rev : v1.9.0
35
35
hooks :
@@ -48,10 +48,10 @@ repos:
48
48
hooks :
49
49
- id : flake8
50
50
additional_dependencies :
51
- - flake8-bugbear==22.7.1
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
56
- - flake8-noqa==1.2.8
57
- - pep8-naming==0.13.1
55
+ - flake8-unused-arguments==0.0.12
56
+ - flake8-noqa==1.2.9
57
+ - pep8-naming==0.13.2
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=63.4.1 " , " setuptools-scm>=7.0.5" ]
2
+ requires = [" setuptools>=65.5 " , " setuptools-scm>=7.0.5" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .black ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ project_urls =
33
33
[options]
34
34
packages = find:
35
35
install_requires =
36
- sphinx>=5.1.1
36
+ sphinx>=5.3
37
37
python_requires = >=3.7
38
38
include_package_data = True
39
39
package_dir =
@@ -45,8 +45,8 @@ where = src
45
45
46
46
[options.extras_require]
47
47
test =
48
- pytest>=7.1. 2
49
- pytest-cov>=3
48
+ pytest>=7.2
49
+ pytest-cov>=4
50
50
51
51
[options.package_data]
52
52
sphinx_argparse_cli = py.typed
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ description = run type check on code base
47
47
setenv =
48
48
{tty:MYPY_FORCE_COLOR = 1}
49
49
deps =
50
- mypy ==0.971
51
- types-docutils>=0.19
50
+ mypy ==0.982
51
+ types-docutils>=0.19.1.1
52
52
commands =
53
53
mypy --strict --python-version 3.10 src
54
54
mypy --strict --python-version 3.10 tests
@@ -58,7 +58,7 @@ description = check that the long description is valid
58
58
basepython = python3.10
59
59
skip_install = true
60
60
deps =
61
- build[virtualenv]>=0.8
61
+ build[virtualenv]>=0.9
62
62
twine>=4.0.1
63
63
changedir = {toxinidir}
64
64
commands =
You can’t perform that action at this time.
0 commit comments