From 29b6ab4f35b4d038b58632f4a6394c4c593e2ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:21:40 +0000 Subject: [PATCH] Bump google-api-python-client from 2.145.0 to 2.147.0 Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.145.0 to 2.147.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.145.0...v2.147.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a73ab3..3ebf62a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "pydantic>=2.3,<3", "fastapi>=0.110.2", "prisma==0.13.1", - "google-api-python-client==2.145.0", + "google-api-python-client==2.147.0", "asyncify==0.10.0", "pandas==2.2.2" ]