From 4188a5f03e274b76adf58d7b45ef8a45f8ddb7fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:57:12 +0000 Subject: [PATCH] fix(deps): update dependency google-auth to >=2.40.0,<2.55 (#1789) 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 6c54a8fd0..d928b2e56 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.54" + "google-auth>=2.40.0,<2.55" ] saml = [ "python3-saml>=1.16.0"