File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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 =wsproto {posargs}
2020
@@ -31,7 +31,7 @@ commands =
3131basepython = python3.8
3232deps =
3333 black ==19.10b0
34- isort ==5.0.3
34+ isort ==5.4.2
3535commands =
3636 black --check --diff src/ test/ example/ compliance/
3737 isort --check --diff src/ test/ example/ compliance/
@@ -52,7 +52,7 @@ commands = prospector
5252[testenv:docs]
5353basepython = python3.8
5454deps =
55- sphinx ==3.1.2
55+ sphinx ==3.2.1
5656whitelist_externals = make
5757changedir = {toxinidir}/docs
5858commands =
You can’t perform that action at this time.
0 commit comments