From 57a2e780976e9ff061192439a005f5b7bc9f68ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:47:43 +0000 Subject: [PATCH] Bump pytest in /gcp-finops/scripts/cloudfunctions/recommender-checker Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 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.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../scripts/cloudfunctions/recommender-checker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp-finops/scripts/cloudfunctions/recommender-checker/requirements.txt b/gcp-finops/scripts/cloudfunctions/recommender-checker/requirements.txt index c3b6b87..50ebdc4 100644 --- a/gcp-finops/scripts/cloudfunctions/recommender-checker/requirements.txt +++ b/gcp-finops/scripts/cloudfunctions/recommender-checker/requirements.txt @@ -5,6 +5,6 @@ google-cloud-logging==3.11.3 google-api-core==2.19.1 # Testing dependencies -pytest==8.3.3 +pytest==9.0.3 pytest-cov==6.0.0 pytest-mock==3.14.0