Skip to content

Commit 2efaf03

Browse files
authored
Merge pull request #154 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents 77433f9 + 8f833b6 commit 2efaf03

File tree

3 files changed

+17
-50
lines changed

3 files changed

+17
-50
lines changed

.coveragerc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[run]
22
branch = True
33
omit = */flycheck_*
4+
5+
[report]
6+
precision = 2
7+
exclude_lines =
8+
if TYPE_CHECKING
9+
\s*\.\.\.$

.travis.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

tox.ini

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ basepython = {[default]basepython}
124124
skip_install = True
125125

126126
deps =
127-
flake8-bugbear==20.11.1
128-
flake8==3.8.4
127+
flake8-bugbear==21.4.3
128+
flake8==3.9.0
129129
mccabe==0.6.1
130130
pep8-naming==0.11.1
131-
pycodestyle==2.6.0
132-
pydocstyle==5.1.1
133-
pyflakes==2.2.0
131+
pycodestyle==2.7.0
132+
pydocstyle==6.0.0
133+
pyflakes==2.3.1
134134

135135
commands =
136136
flake8 {posargs:setup.py src/{env:PY_MODULE}}
@@ -187,7 +187,7 @@ description = run Mypy (static type checker)
187187
basepython = {[default]basepython}
188188

189189
deps =
190-
mypy==0.800
190+
mypy==0.812
191191

192192
{[default]deps}
193193

@@ -322,8 +322,8 @@ description = build documentation
322322
basepython = {[default]basepython}
323323

324324
deps =
325-
Sphinx==3.4.3
326-
sphinx-rtd-theme==0.5.1
325+
Sphinx==3.5.3
326+
sphinx-rtd-theme==0.5.2
327327

328328
commands =
329329
sphinx-build \
@@ -340,7 +340,7 @@ basepython = {[default]basepython}
340340

341341
deps =
342342
{[testenv:docs]deps}
343-
sphinx-autobuild==2020.9.1
343+
sphinx-autobuild==2021.3.14
344344

345345
commands =
346346
sphinx-autobuild \
@@ -364,8 +364,8 @@ skip_install = True
364364

365365
deps =
366366
check-manifest==0.46
367-
readme-renderer==28.0
368-
twine==3.3.0
367+
readme-renderer==29.0
368+
twine==3.4.1
369369

370370
commands =
371371
check-manifest

0 commit comments

Comments
 (0)