From ade54019aa27a6e311b4cc9e39de5fa9c299f6c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:13:15 +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..660b8254 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.38.0", "mitol-django-common", "pygsheets==2.0.2", "pytz>=2020.4",