Skip to content

Commit c550d70

Browse files
committed
[requires.io] dependency update
1 parent 1472ccd commit c550d70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ deps =
5959
pytest-cov==2.9.0
6060

6161
# For hypothesis. Note Python 3.4 isn't supported by hypothesis.
62-
py27: hypothesis==4.43.9 # rq.filter: <4.44
62+
py27: hypothesis==4.43.9
6363
{py35,py36,py37,py38,py39,py2,py3}: hypothesis==5.8.6
64-
py27: mock==3.0.5
64+
py27: mock==4.0.2
6565

6666
setenv =
6767
{[default]setenv}
@@ -246,7 +246,7 @@ basepython = {[default]basepython}
246246
skip_install = True
247247

248248
deps =
249-
coverage==4.5.4 # rq.filter: <5 # coverage 5.0 drops Python 3.4 support
249+
coverage==5.1
250250

251251
setenv =
252252
{[default]setenv}
@@ -317,7 +317,7 @@ description = build documentation
317317
basepython = {[default]basepython}
318318

319319
deps =
320-
Sphinx==3.0.4
320+
Sphinx==3.1.0
321321
sphinx-rtd-theme==0.4.3
322322

323323
commands =

0 commit comments

Comments
 (0)