From 0edfda4495f9abd198c8218c4523a85ab6e19a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 04:02:55 +0000 Subject: [PATCH] Bump pytest from 7.0.1 to 7.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.0. - [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/7.0.1...7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index b1b253b7ed7..75920ad281b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -21,7 +21,7 @@ packaging==21.3 pluggy==1.0.0 py==1.11.0 pyparsing==3.0.7 -pytest==7.0.1 +pytest==7.1.0 pytest-cov==3.0.0 pytest-forked==1.4.0 pytest-mock==3.7.0