Skip to content

Commit 2f955b4

Browse files
authored
Merge branch 'master' into install-idna-tables
2 parents 0843a8a + ea81297 commit 2f955b4

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Diff for: tox.ini

+11-10
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deps =
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
@@ -58,7 +58,7 @@ deps =
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}
8989
skip_install = True
9090

9191
deps =
92-
black==19.10b0
92+
black==20.8b1
9393

9494
setenv =
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}
247247
skip_install = True
248248

249249
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
251252

252253
setenv =
253254
{[default]setenv}
@@ -276,7 +277,7 @@ skip_install = True
276277

277278
deps =
278279
{[testenv:coverage_report]deps}
279-
codecov==2.1.7
280+
codecov==2.1.9
280281

281282
passenv =
282283
# See https://github.com/codecov/codecov-python/blob/master/README.md#using-tox
@@ -318,7 +319,7 @@ description = build documentation
318319
basepython = {[default]basepython}
319320

320321
deps =
321-
Sphinx==3.0.4
322+
Sphinx==3.2.1
322323
sphinx-rtd-theme==0.5.0
323324

324325
commands =
@@ -336,7 +337,7 @@ basepython = {[default]basepython}
336337

337338
deps =
338339
{[testenv:docs]deps}
339-
sphinx-autobuild==0.7.1
340+
sphinx-autobuild==2020.9.1
340341

341342
commands =
342343
sphinx-autobuild \
@@ -359,9 +360,9 @@ basepython = {[default]basepython}
359360
skip_install = True
360361

361362
deps =
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

366367
commands =
367368
check-manifest

0 commit comments

Comments
 (0)