From dc28b0cbdb7f3e551390e690907a0153d876f639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 07:09:18 +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.146.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.146.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..5a72d53e 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.146.0 flask==2.0.1