Skip to content

Commit fa5433b

Browse files
authored
Merge branch 'master' into black
2 parents d30c568 + 688233a commit fa5433b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ basepython =
4343
deps =
4444
test: idna==2.8
4545
test: typing==3.7.4.1
46-
test: {py26,py27,py34}: pytest==4.6.7
46+
test: {py26,py27,py34}: pytest==4.6.9
4747
test: {py35,py36,py37,py38}: pytest==5.2.4
4848
test: pytest-cov==2.8.1
4949
test: {[testenv:coverage_report]deps}
@@ -104,12 +104,12 @@ basepython = {[default]basepython}
104104
skip_install = True
105105

106106
deps =
107-
flake8-bugbear==19.8.0
107+
flake8-bugbear==20.1.4
108108
flake8==3.7.9
109109
mccabe==0.6.1
110110
pep8-naming==0.9.1
111111
pycodestyle==2.5.0
112-
pydocstyle==5.0.1
112+
pydocstyle==5.0.2
113113
# pin pyflakes pending a release with https://github.com/PyCQA/pyflakes/pull/455
114114
git+git://github.com/PyCQA/pyflakes@ffe9386#egg=pyflakes
115115

@@ -171,7 +171,7 @@ description = run Mypy (static type checker)
171171
basepython = {[default]basepython}
172172

173173
deps =
174-
mypy==0.760
174+
mypy==0.761
175175

176176
commands =
177177
mypy \
@@ -296,7 +296,7 @@ description = build documentation
296296
basepython = {[default]basepython}
297297

298298
deps =
299-
Sphinx==2.3.0
299+
Sphinx==2.3.1
300300
sphinx-rtd-theme==0.4.3
301301

302302
commands =

0 commit comments

Comments
 (0)