From df86223842106823ed773441c5be3f8658061f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:20:02 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /backend Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d744868f..de046e13 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -37,7 +37,7 @@ snowflake = [ "snowflake-connector-python>=4,<5", ] dev = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.0.0", "mypy>=2.1.0", @@ -48,7 +48,7 @@ dev = [ [dependency-groups] dev = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.0.0", "mypy>=2.1.0",