File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ python =
12
12
passenv =
13
13
GITHUB_*
14
14
deps =
15
- pytest ==5.4.3
15
+ pytest ==6.0.1
16
16
pytest-cov ==2.10.0
17
- pytest-xdist ==1.33 .0
17
+ pytest-xdist ==1.34 .0
18
18
hypothesis>=5.5,<6
19
19
commands =
20
20
pytest --cov-report =xml --cov-report =term --cov =h2 {posargs}
@@ -42,15 +42,15 @@ commands =
42
42
[testenv:graphs]
43
43
basepython = python3.8
44
44
deps =
45
- graphviz ==0.13.2
45
+ graphviz ==0.14.1
46
46
commands =
47
47
python visualizer/visualize.py -i docs/source/_static
48
48
49
49
[testenv:packaging]
50
50
basepython = python3.8
51
51
deps =
52
- check-manifest ==0.41
53
- readme-renderer ==25 .0
52
+ check-manifest ==0.42
53
+ readme-renderer ==26 .0
54
54
twine ==3.2.0
55
55
commands =
56
56
check-manifest
@@ -60,7 +60,7 @@ commands =
60
60
[testenv:h2spec]
61
61
basepython = python3.8
62
62
deps =
63
- twisted[tls]==19.10 .0
63
+ twisted[tls]==20.3 .0
64
64
whitelist_externals = {toxinidir}/test/h2spectest.sh
65
65
commands =
66
66
{toxinidir}/test/h2spectest.sh
You can’t perform that action at this time.
0 commit comments