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 =
1212passenv =
1313 GITHUB_*
1414deps =
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
1818commands =
1919 pytest --cov-report =xml --cov-report =term --cov =hyperframe {posargs}
2020
@@ -25,7 +25,7 @@ commands = pytest {posargs}
2525[testenv:docs]
2626basepython = python3.8
2727deps =
28- sphinx ==3.1.2
28+ sphinx ==3.2.1
2929whitelist_externals = make
3030changedir = {toxinidir}/docs
3131commands =
@@ -41,8 +41,8 @@ commands = flake8 --max-complexity 10 src test
4141[testenv:packaging]
4242basepython = python3.8
4343deps =
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
4747commands =
4848 check-manifest
You can’t perform that action at this time.
0 commit comments