Skip to content

Commit 00d6dbd

Browse files
authored
Merge pull request #101 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents eb8bc08 + ad7f271 commit 00d6dbd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deps =
3434
test: coverage==4.5.4
3535
test: idna==2.8
3636
test: typing==3.7.4.1
37-
test: {py26,py27,py34}: pytest==4.6.7
37+
test: {py26,py27,py34}: pytest==4.6.9
3838
test: {py35,py36,py37,py38}: pytest==5.2.4
3939
test: pytest-cov==2.8.1
4040

@@ -78,12 +78,12 @@ basepython = python3.8
7878
skip_install = True
7979

8080
deps =
81-
flake8-bugbear==19.8.0
81+
flake8-bugbear==20.1.2
8282
#flake8-docstrings==1.5.0
8383
flake8==3.7.9
8484
mccabe==0.6.1
8585
pep8-naming==0.9.1
86-
pydocstyle==5.0.1
86+
pydocstyle==5.0.2
8787
# pin pyflakes pending a release with https://github.com/PyCQA/pyflakes/pull/455
8888
git+git://github.com/PyCQA/pyflakes@ffe9386#egg=pyflakes
8989

@@ -142,7 +142,7 @@ basepython = python3.8
142142
skip_install = True
143143

144144
deps =
145-
mypy==0.750
145+
mypy==0.761
146146

147147
commands =
148148
mypy \
@@ -242,7 +242,7 @@ description = build documentation
242242
basepython = python3.8
243243

244244
deps =
245-
Sphinx==2.2.2
245+
Sphinx==2.3.1
246246
sphinx-rtd-theme==0.4.3
247247

248248
commands =
@@ -284,7 +284,7 @@ basepython = python
284284
deps =
285285
check-manifest==0.40
286286
readme_renderer==24.0
287-
twine==2.0.0
287+
twine==3.1.1
288288

289289
commands =
290290
check-manifest

0 commit comments

Comments
 (0)