From 4e4fcafce739008bacb32fd4800c5d50f5266425 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:15:19 +0100 Subject: [PATCH 1/2] chore(deps): update python (#1028) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 45a3e2ca6..33214af1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,17 +22,17 @@ executors: python313: docker: - - image: python:3.13.12 + - image: python:3.13.13 resource_class: small python314: docker: - - image: python:3.14.3 + - image: python:3.14.4 resource_class: small python-integration: docker: - - image: python:3.14.3 + - image: python:3.14.4 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small From 8475c99ddd7ff82343ff9c130986c9d5f55cd584 Mon Sep 17 00:00:00 2001 From: Kevin James Date: Thu, 9 Apr 2026 11:26:34 +0100 Subject: [PATCH 2/2] chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.20.0 --- .pre-commit-config.yaml | 2 +- storage/gcloud/aio/storage/storage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 430696087..749964a20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: # hooks: # - id: add-trailing-comma - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.0 hooks: - &mypy id: mypy diff --git a/storage/gcloud/aio/storage/storage.py b/storage/gcloud/aio/storage/storage.py index 0264c594a..c587f8ed3 100644 --- a/storage/gcloud/aio/storage/storage.py +++ b/storage/gcloud/aio/storage/storage.py @@ -861,7 +861,7 @@ async def _do_upload( headers.update({'Content-Range': 'bytes */*'}) stream.seek(original_position) - await sleep( # type: ignore[func-returns-value] + await sleep( # type: ignore[func-returns-value,misc] 2. ** tries, ) else: