Skip to content

Commit a9bf4ce

Browse files
authored
Merge pull request #88 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents 8ad6b22 + 769df58 commit a9bf4ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deps =
3434
test: idna==2.8
3535
test: typing==3.7.4.1
3636
test: {py26,py27,py34}: pytest==4.6.6
37-
test: {py35,py36,py37,py38}: pytest==5.2.1
37+
test: {py35,py36,py37,py38}: pytest==5.2.2
3838
test: pytest-cov==2.8.1
3939

4040
passenv =
@@ -80,9 +80,9 @@ deps =
8080
#flake8-docstrings==1.4.0
8181
#flake8-import-order==0.18.1
8282
#flake8-pep3101==1.2.1
83-
flake8==3.7.8
83+
flake8==3.7.9
8484
mccabe==0.6.1
85-
pep8-naming==0.8.2
85+
pep8-naming==0.9.0
8686
pydocstyle==4.0.1
8787

8888
commands =
@@ -141,7 +141,7 @@ skip_install = True
141141

142142

143143
deps =
144-
mypy==0.730
144+
mypy==0.740
145145

146146

147147
commands =

0 commit comments

Comments
 (0)