From 55e2de1826cabee5fb31919d6ff9317abe719f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:22:52 +0000 Subject: [PATCH] build(deps): bump pytest from 8.3.4 to 9.0.3 in /scripts/tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 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.3.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/tests/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/test-requirements.txt b/scripts/tests/test-requirements.txt index 5d923d6f94..4adff2a01c 100644 --- a/scripts/tests/test-requirements.txt +++ b/scripts/tests/test-requirements.txt @@ -1,2 +1,2 @@ -pytest==8.3.4 +pytest==9.0.3 toml==0.10.2