From 21a1b8eb4f054436af5f2ec671ee7fe06bff45f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 17:15:24 +0000 Subject: [PATCH] chore(deps): bump pytest from 9.0.2 to 9.0.3 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 1009df5c..e0df3f8b 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,6 +1,6 @@ # Development and CI/CD Dependencies ruff==0.15.3 mypy==1.19.1 -pytest==9.0.2 +pytest==9.0.3 pytest-asyncio==1.3.0 httpx==0.28.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index 746d74d2..20339b1a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ psycopg2-binary==2.9.11 asyncpg==0.31.0 python-dotenv==1.2.1 python-multipart==0.0.27 -pytest==9.0.2 +pytest==9.0.3 pytest-asyncio==1.3.0 httpx==0.28.1 aiosqlite==0.22.1