From d9c46de99c66b69ff51efc476f21765f994992a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:30:12 +0000 Subject: [PATCH] Bump pytest from 8.4.1 to 9.0.3 in /service Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.3. - [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.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/requirements.txt b/service/requirements.txt index a0b73ff..29ceb93 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.116.1 uvicorn==0.35.0 prometheus-client==0.22.1 pydantic==2.11.7 -pytest==8.4.1 +pytest==9.0.3 httpx==0.28.1 python-dotenv==1.1.1