From c4cb42727c9519fd8566ffc680db4aee980fed55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:27:52 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.0.0 to 9.0.3 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 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.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3cb6d7c..8ad2a10 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,5 +13,5 @@ pydantic-settings==2.1.0 python-dotenv==1.0.1 httpx==0.27.0 websockets==12.0 -pytest==8.0.0 +pytest==9.0.3 pytest-cov==4.1.0