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 2929 rev : v1.12.1
3030 hooks :
3131 - id : blacken-docs
32- additional_dependencies : [ black==22.6 ]
32+ additional_dependencies : [ black==22.10 ]
3333 - repo : https://github.com/pre-commit/pygrep-hooks
3434 rev : v1.9.0
3535 hooks :
@@ -48,10 +48,10 @@ repos:
4848 hooks :
4949 - id : flake8
5050 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
5353 - flake8-pytest-style==1.6
5454 - 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 11[build-system ]
2- requires = [" setuptools>=63.4.1 " , " setuptools-scm>=7.0.5" ]
2+ requires = [" setuptools>=65.5 " , " setuptools-scm>=7.0.5" ]
33build-backend = " setuptools.build_meta"
44
55[tool .black ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ project_urls =
3333[options]
3434packages = find:
3535install_requires =
36- sphinx>=5.1.1
36+ sphinx>=5.3
3737python_requires = >=3.7
3838include_package_data = True
3939package_dir =
@@ -45,8 +45,8 @@ where = src
4545
4646[options.extras_require]
4747test =
48- pytest>=7.1. 2
49- pytest-cov>=3
48+ pytest>=7.2
49+ pytest-cov>=4
5050
5151[options.package_data]
5252sphinx_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
4747setenv =
4848 {tty:MYPY_FORCE_COLOR = 1}
4949deps =
50- mypy ==0.971
51- types-docutils>=0.19
50+ mypy ==0.982
51+ types-docutils>=0.19.1.1
5252commands =
5353 mypy --strict --python-version 3.10 src
5454 mypy --strict --python-version 3.10 tests
@@ -58,7 +58,7 @@ description = check that the long description is valid
5858basepython = python3.10
5959skip_install = true
6060deps =
61- build[virtualenv]>=0.8
61+ build[virtualenv]>=0.9
6262 twine>=4.0.1
6363changedir = {toxinidir}
6464commands =
You can’t perform that action at this time.
0 commit comments