From 6ee108bbcfeefa3ddb3883acec977334afd46389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:27:46 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.3 in /test Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.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/8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- test/standalone/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 47e7cdd572..ef466c94b9 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,3 +1,3 @@ -pytest==9.0.2 +pytest==9.0.3 # To generate coverage reports in the Github Actions pipeline pytest-cov==7.0.0 diff --git a/test/standalone/requirements.txt b/test/standalone/requirements.txt index 066eb4b4d5..acdcbbefda 100644 --- a/test/standalone/requirements.txt +++ b/test/standalone/requirements.txt @@ -1,2 +1,2 @@ docker==7.1.0 -pytest==8.4.2 +pytest==9.0.3