Skip to content

Commit 62f7831

Browse files
authored
Merge pull request #138 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents 0d8b630 + 7f00957 commit 62f7831

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ skip_install = True
121121

122122
deps =
123123
flake8-bugbear==20.1.4
124-
flake8==3.8.3
124+
flake8==3.8.4
125125
mccabe==0.6.1
126126
pep8-naming==0.11.1
127127
pycodestyle==2.6.0
@@ -184,7 +184,7 @@ description = run Mypy (static type checker)
184184
basepython = {[default]basepython}
185185

186186
deps =
187-
mypy==0.782
187+
mypy==0.790
188188

189189
{[default]deps}
190190

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

278278
deps =
279279
{[testenv:coverage_report]deps}
280-
codecov==2.1.9
280+
codecov==2.1.10
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.2.1
322+
Sphinx==3.3.0
323323
sphinx-rtd-theme==0.5.0
324324

325325
commands =
@@ -360,8 +360,8 @@ basepython = {[default]basepython}
360360
skip_install = True
361361

362362
deps =
363-
check-manifest==0.43
364-
readme-renderer==26.0
363+
check-manifest==0.45
364+
readme-renderer==28.0
365365
twine==3.2.0
366366

367367
commands =

0 commit comments

Comments
 (0)