Skip to content

Commit 8a0fc11

Browse files
committed
Bump tools
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 13652e8 commit 8a0fc11

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=63.4.1", "setuptools-scm>=7.0.5"]
2+
requires = ["setuptools>=65.5", "setuptools-scm>=7.0.5"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ project_urls =
3333
[options]
3434
packages = find:
3535
install_requires =
36-
sphinx>=5.1.1
36+
sphinx>=5.3
3737
python_requires = >=3.7
3838
include_package_data = True
3939
package_dir =
@@ -45,8 +45,8 @@ where = src
4545

4646
[options.extras_require]
4747
test =
48-
pytest>=7.1.2
49-
pytest-cov>=3
48+
pytest>=7.2
49+
pytest-cov>=4
5050

5151
[options.package_data]
5252
sphinx_argparse_cli = py.typed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ description = run type check on code base
4747
setenv =
4848
{tty:MYPY_FORCE_COLOR = 1}
4949
deps =
50-
mypy==0.971
51-
types-docutils>=0.19
50+
mypy==0.982
51+
types-docutils>=0.19.1.1
5252
commands =
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
5858
basepython = python3.10
5959
skip_install = true
6060
deps =
61-
build[virtualenv]>=0.8
61+
build[virtualenv]>=0.9
6262
twine>=4.0.1
6363
changedir = {toxinidir}
6464
commands =

0 commit comments

Comments
 (0)