From ecd25e34c410fabca321ab91612b250f7c5cfcce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:57:43 +0000 Subject: [PATCH] Bump pytest from 6.1.1 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.1 to 7.2.2. - [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.1.1...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-testing.txt b/tests/requirements-testing.txt index 31ea534efe3..83fd00c96f0 100644 --- a/tests/requirements-testing.txt +++ b/tests/requirements-testing.txt @@ -1,6 +1,6 @@ coverage==5.3 mypy==0.790 -pytest==6.1.1 +pytest==7.2.2 pytest-cov==2.10.1 pytest-mock==3.3.1 pytest-sugar==0.9.4