From 57d4552fcc0789d729ea321f3ca7d1e61a0ed0cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 19:13:46 +0000 Subject: [PATCH] Bump pytest from 5.3.2 to 6.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.2 to 6.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.2...6.0.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41c48e9..0965160 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def get_version(): dev_require = [ "mypy==0.761", "pylint==2.4.4", - "pytest==5.3.2", + "pytest==6.0.1", "black==19.10b0", "coverage==5.0.3", "pytest-cov==2.8.1",