From 4a02b42c3a2f822cde91ebba6db84ff1b54b6d0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 03:28:12 +0000 Subject: [PATCH] Bump pytest from 4.6.5 to 6.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.5 to 6.2.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/4.6.5...6.2.1) 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..a0f381bd 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.1 pytest-cov==2.8.1