4848 {[default]deps}
4949
5050 # In Python 2, we need to pull in typing, mock
51- py{26,27,py2}: typing ==3.7.4.1
51+ py{26,27,py2}: typing ==3.7.4.3
5252 py{26,27,py2}: mock ==3.0.5 # rq.filter: <4
5353
5454 # For pytest
5858 # For code coverage
5959 {[testenv:coverage_report]deps}
6060 py{26,27,34,py2}: pytest-cov ==2.8.1 # rq.filter: <2.9
61- py{35,36,37,38,39,py3}: pytest-cov ==2.10.0
61+ py{35,36,37,38,39,py3}: pytest-cov ==2.10.1
6262
6363 # For hypothesis. Note Python 3.4 isn't supported by hypothesis.
6464 py{26,27,py2}: hypothesis ==4.43.9 # rq.filter: <4.44
@@ -89,7 +89,7 @@ basepython = {[default]basepython}
8989skip_install = True
9090
9191deps =
92- black ==19.10b0
92+ black ==20.8b1
9393
9494setenv =
9595 BLACK_LINT_ARGS =--check
@@ -125,7 +125,7 @@ deps =
125125 mccabe ==0.6.1
126126 pep8-naming ==0.11.1
127127 pycodestyle ==2.6.0
128- pydocstyle ==5.0.2
128+ pydocstyle ==5.1.1
129129 # pin pyflakes pending a release with https://github.com/PyCQA/pyflakes/pull/455
130130 git+git://github.com/PyCQA/pyflakes@ffe9386# egg=pyflakes
131131
@@ -247,7 +247,8 @@ basepython = {[default]basepython}
247247skip_install = True
248248
249249deps =
250- coverage ==4.5.4 # rq.filter: <5 # coverage 5.0 drops Python 3.4 support
250+ # coverage 5.0 drops Python 3.4 support
251+ coverage ==4.5.4 # rq.filter: <5
251252
252253setenv =
253254 {[default]setenv}
@@ -276,7 +277,7 @@ skip_install = True
276277
277278deps =
278279 {[testenv:coverage_report]deps}
279- codecov ==2.1.7
280+ codecov ==2.1.9
280281
281282passenv =
282283 # See https://github.com/codecov/codecov-python/blob/master/README.md#using-tox
@@ -318,7 +319,7 @@ description = build documentation
318319basepython = {[default]basepython}
319320
320321deps =
321- Sphinx ==3.0.4
322+ Sphinx ==3.2.1
322323 sphinx-rtd-theme ==0.5.0
323324
324325commands =
@@ -336,7 +337,7 @@ basepython = {[default]basepython}
336337
337338deps =
338339 {[testenv:docs]deps}
339- sphinx-autobuild ==0.7 .1
340+ sphinx-autobuild ==2020.9 .1
340341
341342commands =
342343 sphinx-autobuild \
@@ -359,9 +360,9 @@ basepython = {[default]basepython}
359360skip_install = True
360361
361362deps =
362- check-manifest ==0.42
363+ check-manifest ==0.43
363364 readme-renderer ==26.0
364- twine ==3.1.1
365+ twine ==3.2.0
365366
366367commands =
367368 check-manifest
0 commit comments