Skip to content

Commit ba6ac17

Browse files
committed
Bump tools and deps
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent 583eb21 commit ba6ac17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ repos:
5555
hooks:
5656
- id: flake8
5757
additional_dependencies:
58-
- flake8-bugbear==22.10.25
59-
- flake8-comprehensions==3.10
58+
- flake8-bugbear==22.10.27
59+
- flake8-comprehensions==3.10.1
6060
- flake8-pytest-style==1.6
6161
- flake8-spellcheck==0.28
6262
- flake8-unused-arguments==0.0.12

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ setenv =
6666
COVERAGE_FILE = {toxworkdir}/.coverage
6767
skip_install = true
6868
deps =
69-
coverage>=6.4.2
70-
diff_cover>=6.5.1
69+
coverage>=6.5
70+
diff_cover>=7.0.1
7171
extras =
7272
parallel_show_output = true
7373
commands =
@@ -90,7 +90,7 @@ depends =
9090
description = check that the long description is valid (need for PyPI)
9191
skip_install = true
9292
deps =
93-
build>=0.8
93+
build>=0.9
9494
twine>=4.0.1
9595
extras =
9696
commands =

0 commit comments

Comments
 (0)