48
48
{[default]deps}
49
49
50
50
# 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
52
52
py{26,27,py2}: mock ==3.0.5 # rq.filter: <4
53
53
54
54
# For pytest
58
58
# For code coverage
59
59
{[testenv:coverage_report]deps}
60
60
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
62
62
63
63
# For hypothesis. Note Python 3.4 isn't supported by hypothesis.
64
64
py{26,27,py2}: hypothesis ==4.43.9 # rq.filter: <4.44
@@ -89,7 +89,7 @@ basepython = {[default]basepython}
89
89
skip_install = True
90
90
91
91
deps =
92
- black ==19.10b0
92
+ black ==20.8b1
93
93
94
94
setenv =
95
95
BLACK_LINT_ARGS =--check
@@ -125,7 +125,7 @@ deps =
125
125
mccabe ==0.6.1
126
126
pep8-naming ==0.11.1
127
127
pycodestyle ==2.6.0
128
- pydocstyle ==5.0.2
128
+ pydocstyle ==5.1.1
129
129
# pin pyflakes pending a release with https://github.com/PyCQA/pyflakes/pull/455
130
130
git+git://github.com/PyCQA/pyflakes@ffe9386# egg=pyflakes
131
131
@@ -247,7 +247,8 @@ basepython = {[default]basepython}
247
247
skip_install = True
248
248
249
249
deps =
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
251
252
252
253
setenv =
253
254
{[default]setenv}
@@ -276,7 +277,7 @@ skip_install = True
276
277
277
278
deps =
278
279
{[testenv:coverage_report]deps}
279
- codecov ==2.1.7
280
+ codecov ==2.1.9
280
281
281
282
passenv =
282
283
# See https://github.com/codecov/codecov-python/blob/master/README.md#using-tox
@@ -318,7 +319,7 @@ description = build documentation
318
319
basepython = {[default]basepython}
319
320
320
321
deps =
321
- Sphinx ==3.0.4
322
+ Sphinx ==3.2.1
322
323
sphinx-rtd-theme ==0.5.0
323
324
324
325
commands =
@@ -336,7 +337,7 @@ basepython = {[default]basepython}
336
337
337
338
deps =
338
339
{[testenv:docs]deps}
339
- sphinx-autobuild ==0.7 .1
340
+ sphinx-autobuild ==2020.9 .1
340
341
341
342
commands =
342
343
sphinx-autobuild \
@@ -359,9 +360,9 @@ basepython = {[default]basepython}
359
360
skip_install = True
360
361
361
362
deps =
362
- check-manifest ==0.42
363
+ check-manifest ==0.43
363
364
readme-renderer ==26.0
364
- twine ==3.1.1
365
+ twine ==3.2.0
365
366
366
367
commands =
367
368
check-manifest
0 commit comments