From a0461689c54220f6b081ebf418b910326b7674d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:09:06 +0000 Subject: [PATCH] Bump pytest from 9.0.3 to 9.1.0 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0. - [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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index f0ad9fb..e1ec82c 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -6,7 +6,7 @@ # M11.4: framework foundation httpx==0.28.1 -pytest==9.0.3 +pytest==9.1.0 pytest-xdist==3.6.1 pytest-timeout==2.3.1