We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 627e167 + 1e19451 commit 3458de2Copy full SHA for 3458de2
1 file changed
tox.ini
@@ -34,7 +34,7 @@ deps =
34
test: idna==2.8
35
test: typing==3.7.4.1
36
test: {py26,py27,py34}: pytest==4.6.6
37
- test: {py35,py36,py37,py38}: pytest==5.2.1
+ test: {py35,py36,py37,py38}: pytest==5.2.4
38
test: pytest-cov==2.8.1
39
40
passenv =
@@ -80,9 +80,9 @@ deps =
80
#flake8-docstrings==1.4.0
81
#flake8-import-order==0.18.1
82
#flake8-pep3101==1.2.1
83
- flake8==3.7.8
+ flake8==3.7.9
84
mccabe==0.6.1
85
- pep8-naming==0.8.2
+ pep8-naming==0.9.1
86
pydocstyle==4.0.1
87
88
commands =
@@ -141,7 +141,7 @@ skip_install = True
141
142
143
deps =
144
- mypy==0.730
+ mypy==0.740
145
146
147
0 commit comments