Skip to content

Commit bf3cfed

Browse files
requirespgjones
authored andcommitted
[requires.io] dependency update
1 parent 0071a7b commit bf3cfed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commands = flake8 --max-complexity 10 h2 test
1818

1919
[testenv:docs]
2020
basepython=python3.7
21-
deps = sphinx==1.4.9
21+
deps = sphinx==2.2.0
2222
changedir = {toxinidir}/docs
2323
whitelist_externals = rm
2424
commands =
@@ -27,7 +27,7 @@ commands =
2727

2828
[testenv:graphs]
2929
basepython=python2.7
30-
deps = graphviz==0.11.1
30+
deps = graphviz==0.12
3131
commands =
3232
python visualizer/visualize.py -i docs/source/_static
3333

@@ -42,7 +42,7 @@ commands =
4242

4343
[testenv:h2spec]
4444
basepython=python3.6
45-
deps = twisted[tls]==17.1.0
45+
deps = twisted[tls]==19.7.0
4646
whitelist_externals = {toxinidir}/test/h2spectest.sh
4747
commands =
4848
{toxinidir}/test/h2spectest.sh

0 commit comments

Comments
 (0)