From 127aabef0743753d6ea77dc2d00d416fe3ffde4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:39:55 +0000 Subject: [PATCH] fix(deps): update dependency google-auth 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..225effdd 100644 --- a/src/google_sheets/pyproject.toml +++ b/src/google_sheets/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "factory-boy~=3.2", "google-api-python-client==1.7.11", "google-auth-oauthlib>=0.5.2", -"google-auth==1.6.3", +"google-auth==2.37.0", "mitol-django-common", "pygsheets==2.0.2", "pytz>=2020.4",