@@ -51,17 +51,17 @@ deps =
5151 {py26,py27}: typing ==3.7.4.1
5252
5353 # For pytest
54- {py26,py27,py34}: pytest ==4.6.9
54+ {py26,py27,py34}: pytest ==4.6.11
5555 {py35,py36,py37,py38}: pytest ==5.2.4
5656
5757 # For code coverage
5858 {[testenv:coverage_report]deps}
59- pytest-cov ==2.8.1
59+ pytest-cov ==2.10.0
6060
6161 # For hypothesis. Note Python 3.4 isn't supported by hypothesis.
62- py27: hypothesis ==4.43.3 # rq.filter: <4.44
63- {py35,py36,py37,py38,py39,py2,py3}: hypothesis ==5.8.4
64- py27: mock ==3 .0.5
62+ py27: hypothesis ==4.43.9 # rq.filter: <4.44
63+ {py35,py36,py37,py38,py39,py2,py3}: hypothesis ==5.8.6
64+ py27: mock ==4 .0.2
6565
6666setenv =
6767 {[default]setenv}
@@ -120,10 +120,10 @@ skip_install = True
120120
121121deps =
122122 flake8-bugbear ==20.1.4
123- flake8 ==3.7.9
123+ flake8 ==3.8.3
124124 mccabe ==0.6.1
125- pep8-naming ==0.10.0
126- pycodestyle ==2.5 .0
125+ pep8-naming ==0.11.1
126+ pycodestyle ==2.6 .0
127127 pydocstyle ==5.0.2
128128 # pin pyflakes pending a release with https://github.com/PyCQA/pyflakes/pull/455
129129 git+git://github.com/PyCQA/pyflakes@ffe9386# egg=pyflakes
@@ -183,7 +183,7 @@ description = run Mypy (static type checker)
183183basepython = {[default]basepython}
184184
185185deps =
186- mypy ==0.770
186+ mypy ==0.782
187187
188188 {[default]deps}
189189
@@ -275,7 +275,7 @@ skip_install = True
275275
276276deps =
277277 {[testenv:coverage_report]deps}
278- codecov ==2.1.4
278+ codecov ==2.1.7
279279
280280passenv =
281281 # See https://github.com/codecov/codecov-python/blob/master/README.md#using-tox
@@ -318,7 +318,7 @@ basepython = {[default]basepython}
318318
319319deps =
320320 Sphinx ==2.4.4
321- sphinx-rtd-theme ==0.4.3
321+ sphinx-rtd-theme ==0.5.0
322322
323323commands =
324324 sphinx-build \
@@ -358,8 +358,8 @@ basepython = {[default]basepython}
358358skip_install = True
359359
360360deps =
361- check-manifest ==0.41
362- readme-renderer ==25 .0
361+ check-manifest ==0.42
362+ readme-renderer ==26 .0
363363 twine ==3.1.1
364364
365365commands =
0 commit comments