From f58db66c660ca5304b35a993004653e7da15941f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:26:15 +0000 Subject: [PATCH] Bump google-auth from 2.53.0 to 2.55.2 Bumps [google-auth](https://github.com/googleapis/google-cloud-python) from 2.53.0 to 2.55.2. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.53.0...google-auth-v2.55.2) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.55.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a439c35..43644d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cryptography==48.0.0 # via google-auth databricks-sdk==0.110.0 # via databricks-flowx -google-auth==2.53.0 +google-auth==2.55.2 # via databricks-sdk idna==3.15 # via requests