From e40cf412d4c3dc1eb178f2f80b188498cb8993b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 03:34:13 +0000 Subject: [PATCH] Bump pytest from 4.6.5 to 6.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.5 to 6.2.0. - [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/4.6.5...6.2.0) Signed-off-by: dependabot-preview[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 66bdbf3b..5dcfbe61 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -r requirements.txt mock==1.0.1 -pytest==4.6.5 +pytest==6.2.0 pytest-cov==2.8.1