Skip to content

Commit 6c13250

Browse files
committed
bump dev dependencies
1 parent ebc32ec commit 6c13250

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
16-
pytest-cov==2.10.0
17-
pytest-xdist==1.33.0
15+
pytest==6.0.1
16+
pytest-cov==2.10.1
17+
pytest-xdist==2.0.0
1818
commands =
1919
pytest --cov-report=xml --cov-report=term --cov=hyperframe {posargs}
2020

@@ -25,7 +25,7 @@ commands = pytest {posargs}
2525
[testenv:docs]
2626
basepython = python3.8
2727
deps =
28-
sphinx==3.1.2
28+
sphinx==3.2.1
2929
whitelist_externals = make
3030
changedir = {toxinidir}/docs
3131
commands =
@@ -41,8 +41,8 @@ commands = flake8 --max-complexity 10 src test
4141
[testenv:packaging]
4242
basepython = python3.8
4343
deps =
44-
check-manifest==0.40
45-
readme-renderer==24.0
44+
check-manifest==0.42
45+
readme-renderer==26.0
4646
twine==3.2.0
4747
commands =
4848
check-manifest

0 commit comments

Comments
 (0)