From 839011397593d58a4d5a5128883a5929b12af114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:49:29 +0000 Subject: [PATCH] fix(deps): update dependency google-auth to >=2.40.0,<2.58 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25066fe29..b63ea7ee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dev = [ "types-requests==2.33.0.20260712" ] google-onetap = [ - "google-auth>=2.40.0,<2.57" + "google-auth>=2.40.0,<2.58" ] saml = [ "python3-saml>=1.16.0"