From 58868de5692034957875b88a527ed022325bfdc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 16:07:54 +0000 Subject: [PATCH] Bump pytest from 5.4.2 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 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/5.4.2...6.2.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 23dd5938..ca0d256d 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -5,7 +5,7 @@ flake8==3.9.2 flake8-isort==2.8.0 pydocstyle==6.1.1 pylint==2.5.2 -pytest==5.4.2 +pytest==6.2.4 pytest-cov==2.12.1 pytest-timeout==1.3.4 setuptools==57.4.0