From 3ef388e67871a174f88020ea848a8f9933d3a883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:22:43 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 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.2...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] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 49c0834..445aa0c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -16,7 +16,7 @@ pluggy==1.6.0 # pytest-cov pygments==2.19.2 # via pytest -pytest==9.0.2 +pytest==9.1.1 # via # -r requirements/tests.in # pytest-cov