From d9d9dccae43e3ce46087dcbce19e88f177815514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:43:50 +0000 Subject: [PATCH] Bump pytest from 9.0.3 to 9.1.1 in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `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 dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70ecb9d..6a5b3bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ httpx==0.28.1 -pytest==9.0.3 +pytest==9.1.1 respx==0.23.1 \ No newline at end of file