From 6496d8dd88ab99017dbe64f65b0058fd21e1bc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:21:24 +0000 Subject: [PATCH] fix(deps): update dependency google-auth to >=2.40.0,<2.52 (#1723) 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 54d13801b..ecddb24b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dev = [ "types-requests==2.33.0.20260503" ] google-onetap = [ - "google-auth>=2.40.0,<2.51" + "google-auth>=2.40.0,<2.52" ] saml = [ "python3-saml>=1.16.0"