From 66d0933f3a795644e6e13688ad01ea84ad5dee33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:18:09 +0000 Subject: [PATCH] chore(deps): bump google-auth from 2.56.2 to 2.57.0 in /tests/docker Bumps [google-auth](https://github.com/googleapis/google-cloud-python) from 2.56.2 to 2.57.0. - [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.56.2...google-auth-v2.57.0) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index 19d32c9a..10086a2d 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -6,7 +6,7 @@ charset-normalizer==3.4.7 click==8.4.2 Flask==2.2.5 Flask-RESTful==0.3.10 -google-auth==2.56.2 +google-auth==2.57.0 idna==3.18 importlib-metadata==9.0.0 ipaddress==1.0.23