From 13b739c3d251b0347dcc1f3fb37bb23c5dc853d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:57:53 +0000 Subject: [PATCH] chore(deps): update google-cloud-storage requirement Updates the requirements on [google-cloud-storage](https://github.com/googleapis/google-cloud-python) to permit the latest version. - [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-cloud-storage-v3.13.0...google-cloud-storage-v3.13.1) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94a53bf3..7381b401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dependencies = [ # GCS object-store backend (adapters/object_store/gcs.py) — composer # attachments + the log-archive listing on the dashboard /logs page. # Imported lazily inside the gcs adapter only. - "google-cloud-storage>=3.13.0", + "google-cloud-storage>=3.13.1", # Password hashing for the local_db identity backend (LOCAL/sandbox only). # Imported lazily inside src/devai/adapters/identity/local_db.py, so a # prod deployment (auth terminated at the auth-bff, noop backend) never