File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
hooks :
56
56
- id : flake8
57
57
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
60
60
- flake8-pytest-style==1.6
61
61
- flake8-spellcheck==0.28
62
62
- flake8-unused-arguments==0.0.12
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ setenv =
66
66
COVERAGE_FILE = {toxworkdir}/.coverage
67
67
skip_install = true
68
68
deps =
69
- coverage>=6.4.2
70
- diff_cover>=6.5 .1
69
+ coverage>=6.5
70
+ diff_cover>=7.0 .1
71
71
extras =
72
72
parallel_show_output = true
73
73
commands =
@@ -90,7 +90,7 @@ depends =
90
90
description = check that the long description is valid (need for PyPI)
91
91
skip_install = true
92
92
deps =
93
- build>=0.8
93
+ build>=0.9
94
94
twine>=4.0.1
95
95
extras =
96
96
commands =
You can’t perform that action at this time.
0 commit comments