From ca753768d7d05c7607d616efc009503044625fcb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:17:15 +0000 Subject: [PATCH] Bump pytest from 3.5.1 to 6.2.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.5.1 to 6.2.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/3.5.1...6.2.3) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 70b17af..1b5ec95 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==3.5.1 +pytest==6.2.3 pytest-cov==2.5.1 mock==2.0.0 codecov==2.0.15