From 1c34d5a37d24cdcd1467b05354583ea797d79029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:15:35 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /backend/live-bridge 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/8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/live-bridge/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/live-bridge/requirements-dev.txt b/backend/live-bridge/requirements-dev.txt index a9fda71..31afb12 100644 --- a/backend/live-bridge/requirements-dev.txt +++ b/backend/live-bridge/requirements-dev.txt @@ -1,3 +1,3 @@ # Test-only dependencies (not shipped in the Cloud Run image). -r requirements.txt -pytest>=8.0 +pytest>=9.1.1