From d0ca5a53b174b45461b46cf91c70838b00291d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:00:16 +0000 Subject: [PATCH] Bump pytest from 6.2.4 to 7.2.2 in /tools Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 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.2.4...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements_pytest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements_pytest.txt b/tools/requirements_pytest.txt index 5d3831a2818e9a..3266a00908fba4 100644 --- a/tools/requirements_pytest.txt +++ b/tools/requirements_pytest.txt @@ -1,3 +1,3 @@ -pytest==6.2.4 +pytest==7.2.2 pytest-cov==2.12.1 hypothesis==6.14.0