From acf7394ecbe33e49b278fd1faf35eaf655af24f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:20:50 +0000 Subject: [PATCH] fix(deps): update dependency google-auth to >=2.40.0,<2.56 (#1792) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 294ea9b4c..8c999ece5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dev = [ "types-requests==2.33.0.20260518" ] google-onetap = [ - "google-auth>=2.40.0,<2.55" + "google-auth>=2.40.0,<2.56" ] saml = [ "python3-saml>=1.16.0"