File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ basepython =
4343deps =
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}
104104skip_install = True
105105
106106deps =
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)
171171basepython = {[default]basepython}
172172
173173deps =
174- mypy ==0.760
174+ mypy ==0.761
175175
176176commands =
177177 mypy \
@@ -296,7 +296,7 @@ description = build documentation
296296basepython = {[default]basepython}
297297
298298deps =
299- Sphinx ==2.3.0
299+ Sphinx ==2.3.1
300300 sphinx-rtd-theme ==0.4.3
301301
302302commands =
You can’t perform that action at this time.
0 commit comments