From 79c606a04edf0e44aeffaf398304131272d2af15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:43:52 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.0.0 in /examples/python-pytest 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] --- examples/python-pytest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python-pytest/requirements.txt b/examples/python-pytest/requirements.txt index 0f2f2cdf..0fc7e1c6 100644 --- a/examples/python-pytest/requirements.txt +++ b/examples/python-pytest/requirements.txt @@ -1,3 +1,3 @@ pytest == 7.0.1; python_version < '3.7' -pytest == 7.4.4; python_version in '3.7' +pytest == 8.0.0; python_version in '3.7' pytest == 8.0.0; python_version >= '3.8'