Skip to content

Commit fb03ed3

Browse files
authored
[requires.io] dependency update on master branch (#139)
1 parent e7607f5 commit fb03ed3

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,7 +10,7 @@ python =
1010

1111
[testenv]
1212
deps =
13-
pytest==5.2.2
13+
pytest==5.4.1
1414
pytest-cov==2.8.1
1515
commands =
1616
pytest --cov=wsproto {posargs}
@@ -47,7 +47,7 @@ commands = prospector
4747

4848
[testenv:docs]
4949
basepython = python3.8
50-
deps = sphinx==2.2.1
50+
deps = sphinx==3.0.3
5151
whitelist_externals = make
5252
changedir = {toxinidir}/docs
5353
commands =
@@ -57,9 +57,9 @@ commands =
5757
[testenv:packaging]
5858
basepython=python3.8
5959
deps =
60-
check-manifest==0.40
61-
readme-renderer==24.0
62-
twine==2.0.0
60+
check-manifest==0.41
61+
readme-renderer==26.0
62+
twine==3.1.1
6363
commands =
6464
check-manifest
6565
python setup.py check --metadata --strict

0 commit comments

Comments
 (0)