From 9d8a62f340da7298e13e4a47a348dcbc10d762f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:48:04 +0000 Subject: [PATCH] chore(deps): update dependency google-api-python-client to v1.12.11 --- 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 6ded9296..4286dabd 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==1.12.11", "google-auth-oauthlib>=0.5.2", "google-auth==1.6.3", "mitol-django-common",