From 418b4e3da1804f8f7dd2ac99b78e6e571713072b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:45:35 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.0.0 in /python Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.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.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 93ff02e..934f342 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,6 @@ pytest == 7.0.1; python_version < '3.7' -pytest == 7.4.4; python_version >= '3.7' +pytest == 7.4.4; python_version in '3.7' +pytest == 8.0.0; python_version >= '3.8' pytest-parametrization == 2022.2.1 mypy == 0.971; python_version < '3.7' mypy == 1.4.1; python_version in '3.7'