Skip to content

Commit c453c4e

Browse files
authored
Merge pull request #162 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents f8360b8 + 3f0b64d commit c453c4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ deps =
5151
{[default]deps}
5252

5353
# In Python 2, we need to pull in typing, mock
54-
py{26,27,py2}: typing==3.7.4.3
54+
py{26,27,py2}: typing==3.10.0.0
5555
py{26,27,py2}: mock==3.0.5 # rq.filter: <4
5656

5757
# For pytest
@@ -93,7 +93,7 @@ basepython = {[default]basepython}
9393
skip_install = True
9494

9595
deps =
96-
black==20.8b1
96+
black==21.5b1
9797

9898
setenv =
9999
BLACK_LINT_ARGS=--check
@@ -125,7 +125,7 @@ skip_install = True
125125

126126
deps =
127127
flake8-bugbear==21.4.3
128-
flake8==3.9.0
128+
flake8==3.9.2
129129
mccabe==0.6.1
130130
pep8-naming==0.11.1
131131
pycodestyle==2.7.0
@@ -322,7 +322,7 @@ description = build documentation
322322
basepython = {[default]basepython}
323323

324324
deps =
325-
Sphinx==3.5.3
325+
Sphinx==4.0.0
326326
sphinx-rtd-theme==0.5.2
327327

328328
commands =

0 commit comments

Comments
 (0)