[PR #2046] [CLOSED] build(deps): bump google-cloud-storage from 3.4.0 to 3.4.1 in /examples/python #2047

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 023a8fd build(deps): bump google-cloud-storage in /examples/python

📊 Changes

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

View changed files

📝 examples/python/requirements.txt (+1 -1)

📄 Description

Bumps google-cloud-storage from 3.4.0 to 3.4.1.

Release notes

Sourced from google-cloud-storage's releases.

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.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
  • 5ee391d chore(main): release 3.4.1 (#1552)
  • acb918e fix: send entire object checksums via upload methods (#1561)
  • b975732 feat(experimental): Read handle refresh (#1559)
  • cdbb26c chore: remove unwanted comments in AsyncMRD (#1557)
  • aba4c6b feat(zb-experimental): implement close in AsyncMultiRangeDownloader (#1555)
  • 9c8856a feat(zb-experimental): Add support for closing MRD (#1554)
  • e26888f feat(zb-experimental): implement download_ranges (#1551)
  • 4766164 feat(zb-experimental): Add AsyncMultiRangeDownloader (#1550)
  • fc8461b feat(zb-experimental): Add all other methods open close send recv in _AsyncRe...
  • c31a516 feat(experimental): Implement __init__ method for _AsyncReadObjectStream (#...
  • 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/2046 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-3.4.1` --- ### 📝 Commits (1) - [`023a8fd`](https://github.com/fsouza/fake-gcs-server/commit/023a8fd618d11c305aea757873e4497f92bec5b0) build(deps): bump google-cloud-storage in /examples/python ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 3.4.0 to 3.4.1. <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.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.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/5ee391db2b2a9ffe92113359333151803acea259"><code>5ee391d</code></a> chore(main): release 3.4.1 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1552">#1552</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/acb918e20f7092e13d72fc63fe4ae2560bfecd40"><code>acb918e</code></a> fix: send entire object checksums via upload methods (<a href="https://redirect.github.com/googleapis/python-storage/issues/1561">#1561</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/b975732f24b1e54bfd0a2c8918f3043e6e1634b6"><code>b975732</code></a> feat(experimental): Read handle refresh (<a href="https://redirect.github.com/googleapis/python-storage/issues/1559">#1559</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/cdbb26caa278bab507a152f658e2fdef2c861011"><code>cdbb26c</code></a> chore: remove unwanted comments in AsyncMRD (<a href="https://redirect.github.com/googleapis/python-storage/issues/1557">#1557</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/aba4c6b7bd34f8ceb8284f0cb2137cfd0ef81b63"><code>aba4c6b</code></a> feat(zb-experimental): implement <code>close</code> in AsyncMultiRangeDownloader (<a href="https://redirect.github.com/googleapis/python-storage/issues/1555">#1555</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9c8856af3b4fa95269855509c08968c2d29412e9"><code>9c8856a</code></a> feat(zb-experimental): Add support for closing MRD (<a href="https://redirect.github.com/googleapis/python-storage/issues/1554">#1554</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/e26888fa6885330a3d938b09b3a028c2fd6c605d"><code>e26888f</code></a> feat(zb-experimental): implement download_ranges (<a href="https://redirect.github.com/googleapis/python-storage/issues/1551">#1551</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4766164e560e170af18de68870c085f2202c7b9a"><code>4766164</code></a> feat(zb-experimental): Add AsyncMultiRangeDownloader (<a href="https://redirect.github.com/googleapis/python-storage/issues/1550">#1550</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/fc8461b5d1ae8cae749a0e0a262e055fe8ea9439"><code>fc8461b</code></a> feat(zb-experimental): Add all other methods open close send recv in _AsyncRe...</li> <li><a href="https://github.com/googleapis/python-storage/commit/c31a516def72a1504b05c44dd8fad5a7eef52552"><code>c31a516</code></a> feat(experimental): Implement <code>__init__</code> method for _AsyncReadObjectStream (#...</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v3.4.0...v3.4.1">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.4.1)](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:31 +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#2047
No description provided.