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 =
12
12
passenv =
13
13
GITHUB_*
14
14
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
18
18
commands =
19
19
pytest --cov-report =xml --cov-report =term --cov =wsproto {posargs}
20
20
@@ -31,7 +31,7 @@ commands =
31
31
basepython = python3.8
32
32
deps =
33
33
black ==19.10b0
34
- isort ==5.0.3
34
+ isort ==5.4.2
35
35
commands =
36
36
black --check --diff src/ test/ example/ compliance/
37
37
isort --check --diff src/ test/ example/ compliance/
@@ -52,7 +52,7 @@ commands = prospector
52
52
[testenv:docs]
53
53
basepython = python3.8
54
54
deps =
55
- sphinx ==3.1.2
55
+ sphinx ==3.2.1
56
56
whitelist_externals = make
57
57
changedir = {toxinidir}/docs
58
58
commands =
You can’t perform that action at this time.
0 commit comments