From d33d028d539aedb5eca95167d9a4ebfbb4fcdc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:06:16 +0000 Subject: [PATCH] build(deps): update google-api-python-client requirement Updates the requirements on [google-api-python-client](https://github.com/googleapis/google-api-python-client) to permit the latest version. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.79.0...v2.197.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-version: 2.197.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 156893da..6cb5a2d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ alembic # Database migrations slowapi>=0.1.9 # Rate limiting middleware for FastAPI # Google Drive API -google-api-python-client>=2.79.0 +google-api-python-client>=2.197.0 google-auth>=2.22.0 google-auth-oauthlib>=1.0.0