From 24be6c991518e1c9235403081c7d4ba1beacaaa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 07:16:25 +0000 Subject: [PATCH] build(deps): bump google-api-python-client in /benchmarks Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.19.1 to 2.145.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.19.1...v2.145.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- benchmarks/gg/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gg/requirements.txt b/benchmarks/gg/requirements.txt index 84c478e5..1f33c499 100644 --- a/benchmarks/gg/requirements.txt +++ b/benchmarks/gg/requirements.txt @@ -1,2 +1,2 @@ -google-api-python-client==2.19.1 +google-api-python-client==2.145.0 flask==2.0.1