From e1c7bbd0c0d58b83f398dd6f28792b0302dba0e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:14:12 +0000 Subject: [PATCH] fix(deps): update dependency google-auth to >=2.40.0,<2.48 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2587d961..af16985c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ dev = [ "types-requests==2.32.4.20250913" ] google-onetap = [ - "google-auth>=2.40.0,<2.47" + "google-auth>=2.40.0,<2.48" ] saml = [ "python3-saml>=1.16.0"