From eab7aedfad29213de461d95f95f4e8847999bf82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:26:33 +0000 Subject: [PATCH] fix(deps): update dependency google-api-python-client to v2 --- src/google_sheets/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google_sheets/pyproject.toml b/src/google_sheets/pyproject.toml index 74d39b35..83f0812b 100644 --- a/src/google_sheets/pyproject.toml +++ b/src/google_sheets/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "django-stubs>=1.13.1", "django>=3.0", "factory-boy~=3.2", -"google-api-python-client==1.7.11", +"google-api-python-client==2.158.0", "google-auth-oauthlib>=0.5.2", "google-auth==1.6.3", "mitol-django-common",