From b5956174a25fc222ffa0c27a0ab6cb200144c2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:47:34 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.3.5 in /python Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 3885a79..4c5ea50 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -pytest == 8.3.4; python_version >= '3.8' +pytest == 8.3.5; python_version >= '3.8' pytest == 7.4.4; python_version in '3.7' pytest == 7.0.1; python_version < '3.7' pytest-parametrization == 2022.2.1