From 53add5f3720cefe3b243c28feff89b7ae5c28f99 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 21:17:06 +0000 Subject: [PATCH] Bump pytest from 6.0.1 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 to 6.2.4. - [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/6.0.1...6.2.4) 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 34a53f862..718baedeb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ ddt==1.4.1 flake8==3.8.3 gitpython==3.1.11 mock==3.0.5 -pytest==6.0.1; python_version >= '3.5' +pytest==6.2.4; python_version >= '3.5' pytest==4.6.5; python_version < '3.5' pytest-cov==2.10.1