Skip to content

Commit 7f07493

Browse files
authored
Merge pull request #167 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents 13c67fa + 7a177f4 commit 7f07493

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ basepython = {[default]basepython}
9393
skip_install = True
9494

9595
deps =
96-
black==21.5b1
96+
black==21.6b0
9797

9898
setenv =
9999
BLACK_LINT_ARGS=--check
@@ -187,7 +187,8 @@ description = run Mypy (static type checker)
187187
basepython = {[default]basepython}
188188

189189
deps =
190-
mypy==0.812
190+
mypy==0.902
191+
types-mock==0.1.1
191192

192193
{[default]deps}
193194

0 commit comments

Comments
 (0)