From c2b951d63d0d6e18ec3a9e22f11d7d2c9d93808f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:51:36 +0000 Subject: [PATCH] chore(deps): bump the testing group across 1 directory with 3 updates Bumps the testing group with 3 updates in the /backend directory: [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `pytest` from 7.4.4 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/7.4.4...9.0.3) Updates `pytest-asyncio` from 0.23.3 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.3...v1.3.0) Updates `pytest-cov` from 4.1.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 113a403..4ca89d3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -48,9 +48,9 @@ sentry-sdk[fastapi]==1.39.1 structlog==24.1.0 # Testing -pytest==7.4.4 -pytest-asyncio==0.23.3 -pytest-cov==4.1.0 +pytest==9.0.3 +pytest-asyncio==1.3.0 +pytest-cov==7.1.0 httpx==0.26.0 # Development