From 54301b1d54a3d0c49f8ab4c3f932643a9f1bc99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:01:54 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 8.4.2 in /python Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 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 8333f2b..ebcb177 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -pytest == 8.4.1; python_version >= '3.9' +pytest == 8.4.2; python_version >= '3.9' pytest == 8.3.5; python_version in '3.8' pytest == 7.4.4; python_version in '3.7' pytest == 7.0.1; python_version < '3.7'