Skip to content

Commit 65777cb

Browse files
committed
Bump tools and deps
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent 2c987a2 commit 65777cb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.pre-commit-config.yaml

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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-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]
66
name = "sphinx_autodoc_typehints"
@@ -16,17 +16,17 @@ urls.Changelog = "https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/
1616
authors = [{ name = "Bernát Gábor", email = "gaborjbernat@gmail.com" }]
1717
maintainers = [{ name = "Bernát Gábor", email = "gaborjbernat@gmail.com" }]
1818
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"]
2121
optional-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
]
3131
optional-dependencies.type-comment = ['typed-ast>=1.5.4; python_version < "3.8"']
3232
dynamic = ["version"]

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ description = run type check on code base
4646
setenv =
4747
{tty:MYPY_FORCE_COLOR = 1}
4848
deps =
49-
mypy==0.981
50-
types-docutils>=0.19.1
49+
mypy==0.982
50+
types-docutils>=0.19.1.1
5151
commands =
5252
mypy --python-version 3.10 src
5353
mypy --python-version 3.10 tests
@@ -61,7 +61,7 @@ setenv =
6161
skip_install = true
6262
deps =
6363
covdefaults>=2.2
64-
coverage>=6.4.4
64+
coverage>=6.5
6565
diff-cover>=7.0.1
6666
extras =
6767
parallel_show_output = true
@@ -82,7 +82,7 @@ depends =
8282
description = check that the long description is valid (need for PyPI)
8383
skip_install = true
8484
deps =
85-
build[virtualenv]>=0.8
85+
build[virtualenv]>=0.9
8686
twine>=4.0.1
8787
extras =
8888
commands =

0 commit comments

Comments
 (0)