From ec462a0043617fd1eff2f21016d71747e4012658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 07:11:44 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/e2e_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_tests/requirements.txt b/tests/e2e_tests/requirements.txt index f5e38442b21..15f4ff99529 100644 --- a/tests/e2e_tests/requirements.txt +++ b/tests/e2e_tests/requirements.txt @@ -17,7 +17,7 @@ scikit-image>=0.25.0; python_version >= '3.13' tabulate==0.9.0 pytest>=5.0,<=7.0.1; python_version < '3.10' -pytest==9.0.2; python_version >= '3.10' +pytest==9.0.3; python_version >= '3.10' pytest-cov==7.0.0 pytest-html==4.2.0 pytest-json-report==1.5.0