From 57105742439f046270c9dc404020620a5d4d7cdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:33:45 +0000 Subject: [PATCH] fix(deps): update dependency google-auth to >=2.40.0,<2.51 (#1716) 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 9129940bc..eca0a285f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dev = [ "types-requests==2.33.0.20260408" ] google-onetap = [ - "google-auth>=2.40.0,<2.50" + "google-auth>=2.40.0,<2.51" ] saml = [ "python3-saml>=1.16.0"