Skip to content

Commit c1b4a69

Browse files
authored
[requires.io] dependency update (#142)
1 parent d2df48c commit c1b4a69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ python =
1010

1111
[testenv]
1212
deps =
13-
pytest==5.4.1
14-
pytest-cov==2.8.1
13+
pytest==5.4.3
14+
pytest-cov==2.10.0
1515
commands =
1616
pytest --cov=wsproto {posargs}
1717

@@ -48,7 +48,7 @@ commands = prospector
4848
[testenv:docs]
4949
basepython = python3.8
5050
deps =
51-
sphinx==3.0.3
51+
sphinx==3.1.2
5252
whitelist_externals = make
5353
changedir = {toxinidir}/docs
5454
commands =
@@ -58,9 +58,9 @@ commands =
5858
[testenv:packaging]
5959
basepython=python3.8
6060
deps =
61-
check-manifest==0.41
61+
check-manifest==0.42
6262
readme-renderer==26.0
63-
twine==3.1.1
63+
twine==3.2.0
6464
commands =
6565
check-manifest
6666
python setup.py check --metadata --strict

0 commit comments

Comments
 (0)