Skip to content

Commit 82d7522

Browse files
glyphKriechi
authored andcommitted
[requires.io] dependency update on master branch (python-hyper#134)
1 parent 49a63c6 commit 82d7522

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: tox.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ envlist = py36, py37, pypy, format, mypy, lint, packaging, docs
33

44
[testenv]
55
deps =
6-
pytest==5.0.1
7-
pytest-cov==2.7.1
6+
pytest==5.2.2
7+
pytest-cov==2.8.1
88
{env:CI_DEPS:}
99
{env:EXTRA_DEPS:}
1010
passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_*
@@ -47,7 +47,7 @@ commands = prospector
4747

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

0 commit comments

Comments
 (0)