From 47dcc0a995d0eebd6166b15cfc8d1861ce24ca3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:31:20 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.3 to 9.0.3 in /apps/backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 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.3.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index 55d484e..e7e09eb 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==8.3.3 +pytest==9.0.3 pytest-asyncio==0.24.0 pytest-cov==7.1.0 pytest-timeout==2.4.0