From 91ab3db1ddc2ca7e3371f4a1f0f5dc803f9741bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:14:20 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest from 8.2.2 to 9.0.3 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 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.2.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index a7ec81c..a5c8655 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,6 +1,6 @@ # Dev / test dependencies — not needed in production -r requirements.txt -pytest==8.2.2 +pytest==9.0.3 pytest-asyncio==0.23.8 httpx==0.27.0