From c82df804d993f6e044cb250dad84a8fca966c044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 06:06:10 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.1.0 in /python Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.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.4.4...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 2355d45..ff54d27 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,6 +1,6 @@ pytest == 7.0.1; python_version < '3.7' pytest == 7.4.4; python_version in '3.7' -pytest == 8.0.2; python_version >= '3.8' +pytest == 8.1.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'