From d4474b35d72b1c89cd5cff17d4aaafd647b741af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:30:56 +0000 Subject: [PATCH] Bump google-cloud-storage from 3.12.1 to 3.13.0 Bumps [google-cloud-storage](https://github.com/googleapis/google-cloud-python) from 3.12.1 to 3.13.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-cloud-storage-v3.12.1...google-cloud-storage-v3.13.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cronjobs/pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cronjobs/pyproject.toml b/cronjobs/pyproject.toml index 5aabe267..579f8b7c 100644 --- a/cronjobs/pyproject.toml +++ b/cronjobs/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "kinto-http>=11.11.0", "requests>=2.32.4", "sentry_sdk>=2.66.0", - "google-cloud-storage>=3.12.1", + "google-cloud-storage>=3.13.0", "lz4>=4.3.3", "pygit2>=1.19.3", "pyjwt>=2.10.1", diff --git a/uv.lock b/uv.lock index 755eebfd..a3c3cf0b 100644 --- a/uv.lock +++ b/uv.lock @@ -332,7 +332,7 @@ requires-dist = [ { name = "backoff", specifier = ">=2.2.1" }, { name = "cryptography", specifier = ">=49.0.0" }, { name = "google-cloud-bigquery", specifier = ">=3.42.2" }, - { name = "google-cloud-storage", specifier = ">=3.12.1" }, + { name = "google-cloud-storage", specifier = ">=3.13.0" }, { name = "kinto-http", specifier = ">=11.11.0" }, { name = "lz4", specifier = ">=4.3.3" }, { name = "pygit2", specifier = ">=1.19.3" }, @@ -564,7 +564,7 @@ wheels = [ [[package]] name = "google-cloud-storage" -version = "3.12.1" +version = "3.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "google-api-core" }, @@ -574,9 +574,9 @@ dependencies = [ { name = "google-resumable-media" }, { name = "requests" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/da/ac/60b4cb0a6c8c6bb7cedb8971ba5e34a94096acf76e2cc242bcf1e6fc5c49/google_cloud_storage-3.12.1.tar.gz", hash = "sha256:1d81491c7663bc26c5056d00b834356f2253b910ef467f9cf9928a87fca1e04b", size = 17339353, upload-time = "2026-07-08T17:03:59.142Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e3/25/355ed97c1723c787dfaa888808d55db18371f82c38ff862357b1e902cd19/google_cloud_storage-3.13.0.tar.gz", hash = "sha256:d11d8706ea1520fba0f21043bcb7897caf7015d76ce1ad9a4f60237e4d7a9f6c", size = 17340960, upload-time = "2026-07-13T19:10:07.524Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/80/6e/ca176e95bafac0fe7befeee7e0420e686de147571cd2908e308c5fe71bda/google_cloud_storage-3.12.1-py3-none-any.whl", hash = "sha256:9297ae0c2ce3f5400b1f2bb3a3e6d2cd256614366e03cd30600871df8e903afb", size = 340845, upload-time = "2026-07-08T17:03:31.418Z" }, + { url = "https://files.pythonhosted.org/packages/81/e8/b3678a0931ee7d4b3fdaf0813e6206d66e0922b2c26d912f308728b5b95a/google_cloud_storage-3.13.0-py3-none-any.whl", hash = "sha256:648af3ef8a6acc674e1359d3c920c67eb89a7a5ab66b336bd3ac43fed6b5ab84", size = 341428, upload-time = "2026-07-13T19:09:52.39Z" }, ] [[package]]