From 38b52c3cfc0604a24fa07bbdc7c0ae976a1252d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:57:53 +0000 Subject: [PATCH] chore(deps): bump pytest from 8.3.5 to 9.0.3 in /connectgateway Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 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/8.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- connectgateway/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectgateway/requirements-test.txt b/connectgateway/requirements-test.txt index 8c22c500206..34448a8d74d 100644 --- a/connectgateway/requirements-test.txt +++ b/connectgateway/requirements-test.txt @@ -1,2 +1,2 @@ google-cloud-container==2.56.1 -pytest==8.3.5 \ No newline at end of file +pytest==9.0.3 \ No newline at end of file