From edc5f5597efe58c2b5149a83232c54ff9c1f673a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:22:37 +0000 Subject: [PATCH] Update pytest requirement in /.dev in the python group Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` 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.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- .dev/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index 0f4a813..9e974e0 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -3,7 +3,7 @@ fakeredis~=2.36 httpx~=0.28.1 invoke~=3.0 pre-commit~=4.6 -pytest~=9.0 +pytest~=9.1 pytest-cov~=7.1 # httpx is necessary due to the use of fastapi/starlette's TestClient