Skip to content

Commit 66b2d49

Browse files
authored
Bump deps and tools (#201)
1 parent b1b3e87 commit 66b2d49

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ repos:
4949
hooks:
5050
- id: flake8
5151
additional_dependencies:
52-
- flake8-bugbear==23.2.13
53-
- flake8-comprehensions==3.10.1
52+
- flake8-bugbear==23.3.12
53+
- flake8-comprehensions==3.11.1
5454
- flake8-pytest-style==1.7.2
5555
- flake8-spellcheck==0.28
5656
- flake8-unused-arguments==0.0.13
57-
- flake8-noqa==1.3
57+
- flake8-noqa==1.3.1
5858
- pep8-naming==0.13.3
59-
- flake8-pyproject==1.2.2
59+
- flake8-pyproject==1.2.3
6060
- repo: https://github.com/pre-commit/mirrors-prettier
6161
rev: "v2.7.1"
6262
hooks:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ optional-dependencies.docs = [
4141
]
4242
optional-dependencies.testing = [
4343
"covdefaults>=2.3",
44-
"coverage>=7.2.1",
44+
"coverage>=7.2.2",
4545
"pytest>=7.2.2",
4646
"pytest-cov>=4",
4747
"pytest-timeout>=2.1",

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ passenv =
3939
basepython = python3.10
4040
skip_install = true
4141
deps =
42-
pre-commit>=3.1.1
42+
pre-commit>=3.2
4343
commands =
4444
pre-commit run --all-files --show-diff-on-failure
4545
python -c 'import pathlib; print("hint: run \{\} install to add checks as pre-commit hook".format(pathlib.Path(r"{envdir}") / "bin" / "pre-commit"))'
@@ -63,7 +63,7 @@ setenv =
6363
skip_install = true
6464
deps =
6565
covdefaults>=2.3
66-
coverage[toml]>=7.2.1
66+
coverage[toml]>=7.2.2
6767
diff-cover>=7.5
6868
extras =
6969
parallel_show_output = true

0 commit comments

Comments
 (0)