From 5d5c75f26ff2aa885532b203eea5eee45c771e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:56:10 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.3.4 in /examples/python-* Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/python-bazel/requirements.txt | 2 +- examples/python-pytest/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python-bazel/requirements.txt b/examples/python-bazel/requirements.txt index e3c6c617..c95a81da 100644 --- a/examples/python-bazel/requirements.txt +++ b/examples/python-bazel/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.3.3; python_version >= '3.8' +pytest == 8.3.4; python_version >= '3.8' diff --git a/examples/python-pytest/requirements.txt b/examples/python-pytest/requirements.txt index e3c6c617..c95a81da 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.3.3; python_version >= '3.8' +pytest == 8.3.4; python_version >= '3.8'