From 180d1ac8d4fedaf90c531fad55cb084244a01159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:06:47 +0000 Subject: [PATCH] Bump pytest from 9.1.0 to 9.1.1 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.1.0 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.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 33a4d5ca..f1d88776 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.1.0 +pytest==9.1.1 pytest-xdist==3.8.0 pytest-timeout==2.4.0