[PR #2061] [CLOSED] build(deps): bump google-cloud-storage from 3.4.0 to 3.5.0 in /examples/python #2060

Closed
opened 2026-03-03 13:29:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2061
Author: @dependabot[bot]
Created: 11/5/2025
Status: Closed

Base: mainHead: dependabot/pip/examples/python/google-cloud-storage-3.5.0


📝 Commits (1)

  • 1d178d0 build(deps): bump google-cloud-storage in /examples/python

📊 Changes

1 file changed (+5 additions, -2 deletions)

View changed files

📝 examples/python/requirements.txt (+5 -2)

📄 Description

Bumps google-cloud-storage from 3.4.0 to 3.5.0.

Release notes

Sourced from google-cloud-storage's releases.

v3.5.0

3.5.0 (2025-11-05)

Features

  • Ensure that Python in FIPS mode can fetch MD5 implementation (#1522) (961536c)
  • Provide option to update user_agent (#1596) (02f1451)

Bug Fixes

  • Deprecate credentials_file argument (74415a2)
  • Flaky system tests for resumable_media (#1592) (7fee3dd)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)
  • Use separate header object for each upload in Transfer Manager MPU (#1595) (0d867bd)

v3.4.1

3.4.1 (2025-10-08)

Bug Fixes

  • Fixes #1561 by adding an option to specify the entire object checksum for resumable uploads via the upload_from_string, upload_from_file, and upload_from_filename methods (acb918e)
Changelog

Sourced from google-cloud-storage's changelog.

3.5.0 (2025-11-05)

Features

  • experimental: Add base resumption strategy for bidi streams (#1594) (5fb85ea)
  • experimental: Add checksum for bidi reads operation (#1566) (93ce515)
  • experimental: Add read resumption strategy (#1599) (5d5e895)
  • experimental: Handle BidiReadObjectRedirectedError for bidi reads (#1600) (71b0f8a)
  • Indicate that md5 is used as a CRC (#1522) (961536c)
  • Provide option to update user_agent (#1596) (02f1451)

Bug Fixes

  • Deprecate credentials_file argument (74415a2)
  • Flaky system tests for resumable_media (#1592) (7fee3dd)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)
  • Use separate header object for each upload in Transfer Manager MPU (#1595) (0d867bd)

3.4.1 (2025-10-08)

Bug Fixes

  • Fixes #1561 by adding an option to specify the entire object checksum for resumable uploads via the upload_from_string, upload_from_file, and upload_from_filename methods (acb918e)
Commits
  • c2cd474 chore(main): release 3.5.0 (#1568)
  • 71b0f8a feat(experimental): Handle BidiReadObjectRedirectedError for bidi reads (#1600)
  • 5d5e895 feat(experimental): Add read resumption strategy (#1599)
  • 5fb85ea feat(experimental): Add base resumption strategy for bidi streams (#1594)
  • 0d867bd fix: Use separate header object for each upload in Transfer Manager MPU (#1595)
  • 02f1451 feat: provide option to update user_agent (#1596)
  • 70aa385 chore: remove local AsyncBidiRpc and use from google-api-core >= 2.27.0 (#1...
  • 2da90fc chore(python): Add Python 3.14 to python post processor image (#1563)
  • 74415a2 feat: Add support for Python 3.14 (#1562)
  • faf8b83 fix: Make download_ranges compatible with asyncio.create_task(..) (#1591)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/2061 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-3.5.0` --- ### 📝 Commits (1) - [`1d178d0`](https://github.com/fsouza/fake-gcs-server/commit/1d178d08c0aad76aa1f486bd19549b6d5a515c6c) build(deps): bump google-cloud-storage in /examples/python ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+5 -2) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 3.4.0 to 3.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/releases">google-cloud-storage's releases</a>.</em></p> <blockquote> <h2>v3.5.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.4.1...v3.5.0">3.5.0</a> (2025-11-05)</h2> <h3>Features</h3> <ul> <li>Ensure that Python in FIPS mode can fetch MD5 implementation (<a href="https://redirect.github.com/googleapis/python-storage/issues/1522">#1522</a>) (<a href="https://github.com/googleapis/python-storage/commit/961536c7bf3652a824c207754317030526b9dd28">961536c</a>)</li> <li>Provide option to update <code>user_agent</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1596">#1596</a>) (<a href="https://github.com/googleapis/python-storage/commit/02f1451aaa8dacd10a862e97abb62ae48249b9b4">02f1451</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Deprecate credentials_file argument (<a href="https://github.com/googleapis/python-storage/commit/74415a2a120e9bfa42f4f5fc8bd2f8e0d4cf5d18">74415a2</a>)</li> <li>Flaky system tests for resumable_media (<a href="https://redirect.github.com/googleapis/python-storage/issues/1592">#1592</a>) (<a href="https://github.com/googleapis/python-storage/commit/7fee3dd3390cfb5475a39d8f8272ea825dbda449">7fee3dd</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> <li>Use separate header object for each upload in Transfer Manager MPU (<a href="https://redirect.github.com/googleapis/python-storage/issues/1595">#1595</a>) (<a href="https://github.com/googleapis/python-storage/commit/0d867bd4f405d2dbeca1edfc8072080c5a96c1cd">0d867bd</a>)</li> </ul> <h2>v3.4.1</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.4.0...v3.4.1">3.4.1</a> (2025-10-08)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixes <a href="https://redirect.github.com/googleapis/python-storage/issues/1561">#1561</a> by adding an option to specify the entire object checksum for resumable uploads via the <code>upload_from_string</code>, <code>upload_from_file</code>, and <code>upload_from_filename</code> methods (<a href="https://github.com/googleapis/python-storage/commit/acb918e20f7092e13d72fc63fe4ae2560bfecd40">acb918e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md">google-cloud-storage's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.4.1...v3.5.0">3.5.0</a> (2025-11-05)</h2> <h3>Features</h3> <ul> <li><strong>experimental:</strong> Add base resumption strategy for bidi streams (<a href="https://redirect.github.com/googleapis/python-storage/issues/1594">#1594</a>) (<a href="https://github.com/googleapis/python-storage/commit/5fb85ea544dcc9ed9dca65957c872c3811f02b87">5fb85ea</a>)</li> <li><strong>experimental:</strong> Add checksum for bidi reads operation (<a href="https://redirect.github.com/googleapis/python-storage/issues/1566">#1566</a>) (<a href="https://github.com/googleapis/python-storage/commit/93ce515d60f0ac77ab83680ba2b4d6a9f57e75d0">93ce515</a>)</li> <li><strong>experimental:</strong> Add read resumption strategy (<a href="https://redirect.github.com/googleapis/python-storage/issues/1599">#1599</a>) (<a href="https://github.com/googleapis/python-storage/commit/5d5e895e173075da557b58614fecc84086aaf9cb">5d5e895</a>)</li> <li><strong>experimental:</strong> Handle BidiReadObjectRedirectedError for bidi reads (<a href="https://redirect.github.com/googleapis/python-storage/issues/1600">#1600</a>) (<a href="https://github.com/googleapis/python-storage/commit/71b0f8a368a61bed9bd793a059f980562061223e">71b0f8a</a>)</li> <li>Indicate that md5 is used as a CRC (<a href="https://redirect.github.com/googleapis/python-storage/issues/1522">#1522</a>) (<a href="https://github.com/googleapis/python-storage/commit/961536c7bf3652a824c207754317030526b9dd28">961536c</a>)</li> <li>Provide option to update user_agent (<a href="https://redirect.github.com/googleapis/python-storage/issues/1596">#1596</a>) (<a href="https://github.com/googleapis/python-storage/commit/02f1451aaa8dacd10a862e97abb62ae48249b9b4">02f1451</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Deprecate credentials_file argument (<a href="https://github.com/googleapis/python-storage/commit/74415a2a120e9bfa42f4f5fc8bd2f8e0d4cf5d18">74415a2</a>)</li> <li>Flaky system tests for resumable_media (<a href="https://redirect.github.com/googleapis/python-storage/issues/1592">#1592</a>) (<a href="https://github.com/googleapis/python-storage/commit/7fee3dd3390cfb5475a39d8f8272ea825dbda449">7fee3dd</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> <li>Use separate header object for each upload in Transfer Manager MPU (<a href="https://redirect.github.com/googleapis/python-storage/issues/1595">#1595</a>) (<a href="https://github.com/googleapis/python-storage/commit/0d867bd4f405d2dbeca1edfc8072080c5a96c1cd">0d867bd</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.4.0...v3.5.0">3.4.1</a> (2025-10-08)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixes <a href="https://redirect.github.com/googleapis/python-storage/issues/1561">#1561</a> by adding an option to specify the entire object checksum for resumable uploads via the <code>upload_from_string</code>, <code>upload_from_file</code>, and <code>upload_from_filename</code> methods (<a href="https://github.com/googleapis/python-storage/commit/acb918e20f7092e13d72fc63fe4ae2560bfecd40">acb918e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/c2cd474d96ce39016ae00c59672f3ad42490c764"><code>c2cd474</code></a> chore(main): release 3.5.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1568">#1568</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/71b0f8a368a61bed9bd793a059f980562061223e"><code>71b0f8a</code></a> feat(experimental): Handle BidiReadObjectRedirectedError for bidi reads (<a href="https://redirect.github.com/googleapis/python-storage/issues/1600">#1600</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5d5e895e173075da557b58614fecc84086aaf9cb"><code>5d5e895</code></a> feat(experimental): Add read resumption strategy (<a href="https://redirect.github.com/googleapis/python-storage/issues/1599">#1599</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5fb85ea544dcc9ed9dca65957c872c3811f02b87"><code>5fb85ea</code></a> feat(experimental): Add base resumption strategy for bidi streams (<a href="https://redirect.github.com/googleapis/python-storage/issues/1594">#1594</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/0d867bd4f405d2dbeca1edfc8072080c5a96c1cd"><code>0d867bd</code></a> fix: Use separate header object for each upload in Transfer Manager MPU (<a href="https://redirect.github.com/googleapis/python-storage/issues/1595">#1595</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/02f1451aaa8dacd10a862e97abb62ae48249b9b4"><code>02f1451</code></a> feat: provide option to update user_agent (<a href="https://redirect.github.com/googleapis/python-storage/issues/1596">#1596</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/70aa38558fd200142530074b4757c17e5c29fd25"><code>70aa385</code></a> chore: remove local AsyncBidiRpc and use from <code>google-api-core</code> &gt;= 2.27.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1">#1</a>...</li> <li><a href="https://github.com/googleapis/python-storage/commit/2da90fc12394eceaf97df718f3e37d42e8f674a4"><code>2da90fc</code></a> chore(python): Add Python 3.14 to python post processor image (<a href="https://redirect.github.com/googleapis/python-storage/issues/1563">#1563</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/74415a2a120e9bfa42f4f5fc8bd2f8e0d4cf5d18"><code>74415a2</code></a> feat: Add support for Python 3.14 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1562">#1562</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9"><code>faf8b83</code></a> fix: Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v3.4.0...v3.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-cloud-storage&package-manager=pip&previous-version=3.4.0&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:29:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#2060
No description provided.