We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2df48c commit c1b4a69Copy full SHA for c1b4a69
tox.ini
@@ -10,8 +10,8 @@ python =
10
11
[testenv]
12
deps =
13
- pytest==5.4.1
14
- pytest-cov==2.8.1
+ pytest==5.4.3
+ pytest-cov==2.10.0
15
commands =
16
pytest --cov=wsproto {posargs}
17
@@ -48,7 +48,7 @@ commands = prospector
48
[testenv:docs]
49
basepython = python3.8
50
51
- sphinx==3.0.3
+ sphinx==3.1.2
52
whitelist_externals = make
53
changedir = {toxinidir}/docs
54
@@ -58,9 +58,9 @@ commands =
58
[testenv:packaging]
59
basepython=python3.8
60
61
- check-manifest==0.41
+ check-manifest==0.42
62
readme-renderer==26.0
63
- twine==3.1.1
+ twine==3.2.0
64
65
check-manifest
66
python setup.py check --metadata --strict
0 commit comments