File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ python =
1212passenv =
1313 GITHUB_*
1414deps =
15- pytest ==5.4.3
15+ pytest ==6.0.1
1616 pytest-cov ==2.10.0
17- pytest-xdist ==1.33 .0
17+ pytest-xdist ==1.34 .0
1818 hypothesis>=5.5,<6
1919commands =
2020 pytest --cov-report =xml --cov-report =term --cov =h2 {posargs}
@@ -42,15 +42,15 @@ commands =
4242[testenv:graphs]
4343basepython = python3.8
4444deps =
45- graphviz ==0.13.2
45+ graphviz ==0.14.1
4646commands =
4747 python visualizer/visualize.py -i docs/source/_static
4848
4949[testenv:packaging]
5050basepython = python3.8
5151deps =
52- check-manifest ==0.41
53- readme-renderer ==25 .0
52+ check-manifest ==0.42
53+ readme-renderer ==26 .0
5454 twine ==3.2.0
5555commands =
5656 check-manifest
@@ -60,7 +60,7 @@ commands =
6060[testenv:h2spec]
6161basepython = python3.8
6262deps =
63- twisted[tls]==19.10 .0
63+ twisted[tls]==20.3 .0
6464whitelist_externals = {toxinidir}/test/h2spectest.sh
6565commands =
6666 {toxinidir}/test/h2spectest.sh
You can’t perform that action at this time.
0 commit comments