Skip to content

Commit 7d2b0be

Browse files
authored
Merge pull request #123 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents 79e4065 + dbac761 commit 7d2b0be

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tox.ini

Lines changed: 7 additions & 7 deletions
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.0
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

@@ -277,7 +277,7 @@ skip_install = True
277277

278278
deps =
279279
{[testenv:coverage_report]deps}
280-
codecov==2.1.7
280+
codecov==2.1.9
281281

282282
passenv =
283283
# See https://github.com/codecov/codecov-python/blob/master/README.md#using-tox
@@ -319,7 +319,7 @@ description = build documentation
319319
basepython = {[default]basepython}
320320

321321
deps =
322-
Sphinx==3.0.4
322+
Sphinx==3.2.1
323323
sphinx-rtd-theme==0.5.0
324324

325325
commands =
@@ -362,7 +362,7 @@ skip_install = True
362362
deps =
363363
check-manifest==0.42
364364
readme-renderer==26.0
365-
twine==3.1.1
365+
twine==3.2.0
366366

367367
commands =
368368
check-manifest

0 commit comments

Comments
 (0)