From 057dfb9fe59eb19c9cd4964a378a6abf7d18a343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:38:33 +0000 Subject: [PATCH] Ci: Bump pytest from 9.0.3 to 9.1.1 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.1. - [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.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/validation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validation/requirements.txt b/tests/validation/requirements.txt index cdccb81ce..06bdd4b50 100644 --- a/tests/validation/requirements.txt +++ b/tests/validation/requirements.txt @@ -11,7 +11,7 @@ # and install with `pip install -r requirements.txt -c constraints.txt`. # --- pytest core + plugins directly used by test code --- -pytest==9.0.3 +pytest==9.1.1 pytest-check==2.8.0 # `from pytest_check import check` pytest-mfd-config==3.27.0 # TopologyModel + auto-loaded plugin pytest-mfd-logging==1.26.0 # AmberLogFormatter + auto-loaded plugin