From 5e9c6d8e4f8aa8fbc98b8339d85255e7243db5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:43:23 +0000 Subject: [PATCH] build(deps): update pytest requirement from >=8.3.0 to >=9.1.1 in /app Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/8.3.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 49872f3..b9bf711 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ fastapi>=0.115.0 uvicorn[standard]>=0.32.0 prometheus-client>=0.21.0 -pytest>=8.3.0 +pytest>=9.1.1 httpx>=0.28.0