From 296d39c0a8c9818216cf2d8b394be95505d0938a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:07:16 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.4 to 9.1.1 in /backend Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 9.1.1. - [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.4...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 370d75d..6eb6ddb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==8.3.4", + "pytest==9.1.1", "pytest-asyncio==0.24.0", "pytest-cov==6.0.0", "pytest-mock==3.14.0", diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index d84d648..8e80431 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -pytest==8.3.4 +pytest==9.1.1 pytest-asyncio==0.24.0 pytest-cov==6.0.0 pytest-mock==3.14.0