From 90efca3ad15dcede2b02b7c0e5bd89b91f98fdee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:47:05 +0000 Subject: [PATCH] chore(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 6ded9296..8dcfca18 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.144.0", "google-auth-oauthlib>=0.5.2", "google-auth==1.6.3", "mitol-django-common",