We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c67fa + 7a177f4 commit 7f07493Copy full SHA for 7f07493
1 file changed
tox.ini
@@ -93,7 +93,7 @@ basepython = {[default]basepython}
93
skip_install = True
94
95
deps =
96
- black==21.5b1
+ black==21.6b0
97
98
setenv =
99
BLACK_LINT_ARGS=--check
@@ -187,7 +187,8 @@ description = run Mypy (static type checker)
187
basepython = {[default]basepython}
188
189
190
- mypy==0.812
+ mypy==0.902
191
+ types-mock==0.1.1
192
193
{[default]deps}
194
0 commit comments