|
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.0 |
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 |
|
@@ -277,7 +277,7 @@ skip_install = True |
277 | 277 |
|
278 | 278 | deps = |
279 | 279 | {[testenv:coverage_report]deps} |
280 | | - codecov==2.1.7 |
| 280 | + codecov==2.1.9 |
281 | 281 |
|
282 | 282 | passenv = |
283 | 283 | # See https://github.com/codecov/codecov-python/blob/master/README.md#using-tox |
@@ -319,7 +319,7 @@ description = build documentation |
319 | 319 | basepython = {[default]basepython} |
320 | 320 |
|
321 | 321 | deps = |
322 | | - Sphinx==3.0.4 |
| 322 | + Sphinx==3.2.1 |
323 | 323 | sphinx-rtd-theme==0.5.0 |
324 | 324 |
|
325 | 325 | commands = |
@@ -362,7 +362,7 @@ skip_install = True |
362 | 362 | deps = |
363 | 363 | check-manifest==0.42 |
364 | 364 | readme-renderer==26.0 |
365 | | - twine==3.1.1 |
| 365 | + twine==3.2.0 |
366 | 366 |
|
367 | 367 | commands = |
368 | 368 | check-manifest |
|
0 commit comments