Skip to content

Commit 30a7811

Browse files
authored
Bump deps and tools (#84)
1 parent 4a542ff commit 30a7811

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ repos:
4949
hooks:
5050
- id: flake8
5151
additional_dependencies:
52-
- flake8-bugbear==23.1.20
52+
- flake8-bugbear==23.2.13
5353
- flake8-comprehensions==3.10.1
54-
- flake8-pytest-style==1.6
54+
- flake8-pytest-style==1.7.2
5555
- flake8-spellcheck==0.28
5656
- flake8-unused-arguments==0.0.13
5757
- flake8-noqa==1.3

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs>=0.3",
5-
"hatchling>=1.12.2",
5+
"hatchling>=1.13",
66
]
77

88
[project]
@@ -37,8 +37,8 @@ dependencies = [
3737
"sphinx!=6.1,>=5.3",
3838
]
3939
optional-dependencies.test = [
40-
"covdefaults>=2.2.2",
41-
"pytest>=7.2.1",
40+
"covdefaults>=2.3",
41+
"pytest>=7.2.2",
4242
"pytest-cov>=4",
4343
]
4444
urls.Documentation = "https://github.com/tox-dev/sphinx-argparse-cli#sphinx-argparse-cli"

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ passenv =
3737
basepython = python3.10
3838
skip_install = true
3939
deps =
40-
pre-commit>=3.0.4
40+
pre-commit>=3.1.1
4141
commands =
4242
pre-commit run --all-files --show-diff-on-failure
4343
python -c 'print("hint: run {envdir}/bin/pre-commit install to add checks as pre-commit hook")'
@@ -47,8 +47,8 @@ description = run type check on code base
4747
setenv =
4848
{tty:MYPY_FORCE_COLOR = 1}
4949
deps =
50-
mypy==0.991
51-
types-docutils>=0.19.1.2
50+
mypy==1.1.1
51+
types-docutils>=0.19.1.6
5252
commands =
5353
mypy src
5454
mypy tests

0 commit comments

Comments
 (0)