From fc0b9988f1c086a6def6cc3214acceb508daf9b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 08:20:42 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 6.1.0 to 6.1.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.2. - [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/6.1.0...6.1.2) 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 e6395625..f4cf1889 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): _TEST_REQUIRE = [ - "pytest==6.1.0", + "pytest==6.1.2", "pytest-cov==2.10.1", "pytest-asyncio==0.14.0", "pytest-xdist==2.1.0",