Skip to content

Commit 355ace9

Browse files
glyphrequires
andauthored
[requires.io] dependency update (#1233)
Co-authored-by: requires.io <[email protected]>
1 parent a66544d commit 355ace9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ python =
1212
passenv =
1313
GITHUB_*
1414
deps =
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
1919
commands =
2020
pytest --cov-report=xml --cov-report=term --cov=h2 {posargs}
@@ -42,15 +42,15 @@ commands =
4242
[testenv:graphs]
4343
basepython = python3.8
4444
deps =
45-
graphviz==0.13.2
45+
graphviz==0.14.1
4646
commands =
4747
python visualizer/visualize.py -i docs/source/_static
4848

4949
[testenv:packaging]
5050
basepython = python3.8
5151
deps =
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
5555
commands =
5656
check-manifest
@@ -60,7 +60,7 @@ commands =
6060
[testenv:h2spec]
6161
basepython = python3.8
6262
deps =
63-
twisted[tls]==19.10.0
63+
twisted[tls]==20.3.0
6464
whitelist_externals = {toxinidir}/test/h2spectest.sh
6565
commands =
6666
{toxinidir}/test/h2spectest.sh

0 commit comments

Comments
 (0)