[PR #1986] [MERGED] build(deps): bump google-cloud-storage from 3.1.0 to 3.2.0 in /examples/python #1994

Closed
opened 2026-03-03 12:37:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1986
Author: @dependabot[bot]
Created: 7/7/2025
Status: Merged
Merged: 7/9/2025
Merged by: @fsouza

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


📝 Commits (1)

  • a0fe9ac 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.1.0 to 3.2.0.

Release notes

Sourced from google-cloud-storage's releases.

v3.2.0

3.2.0 (2025-07-04)

Features

v3.1.1

3.1.1 (2025-06-13)

Bug Fixes

  • Add a check for partial response data (#1487) (7e0412a)
  • Add trove classifier for Python 3.13 (0100916)
  • deps: Require google-crc32c >= 1.1.3 (0100916)
  • deps: Require protobuf >= 3.20.2, < 7.0.0 (0100916)
  • deps: Require requests >= 2.22.0 (0100916)
  • Remove setup.cfg configuration for creating universal wheels (#1448) (d3b6b3f)
  • Resolve issue where pre-release versions of dependencies are installed (0100916)
  • Segmentation fault in tink while writing data (#1490) (2a46c0b)

Documentation

Changelog

Sourced from google-cloud-storage's changelog.

3.2.0 (2025-07-04)

Features

3.1.1 (2025-06-13)

Bug Fixes

  • Add a check for partial response data (#1487) (7e0412a)
  • Add trove classifier for Python 3.13 (0100916)
  • deps: Require google-crc32c >= 1.1.3 (0100916)
  • deps: Require protobuf >= 3.20.2, < 7.0.0 (0100916)
  • deps: Require requests >= 2.22.0 (0100916)
  • Remove setup.cfg configuration for creating universal wheels (#1448) (d3b6b3f)
  • Resolve issue where pre-release versions of dependencies are installed (0100916)
  • Segmentation fault in tink while writing data (#1490) (2a46c0b)

Documentation

Commits

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/1986 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-3.2.0` --- ### 📝 Commits (1) - [`a0fe9ac`](https://github.com/fsouza/fake-gcs-server/commit/a0fe9ac123c1836855c4963f825c9cce298a85c7) 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.1.0 to 3.2.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.2.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.1.1...v3.2.0">3.2.0</a> (2025-07-04)</h2> <h3>Features</h3> <ul> <li>Adding support of single shot download (<a href="https://redirect.github.com/googleapis/python-storage/issues/1493">#1493</a>) (<a href="https://github.com/googleapis/python-storage/commit/61c5d5f62c88506f200bc6d86b399a2c28715bc4">61c5d5f</a>)</li> </ul> <h2>v3.1.1</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.1.0...v3.1.1">3.1.1</a> (2025-06-13)</h2> <h3>Bug Fixes</h3> <ul> <li>Add a check for partial response data (<a href="https://redirect.github.com/googleapis/python-storage/issues/1487">#1487</a>) (<a href="https://github.com/googleapis/python-storage/commit/7e0412a4fdfedcaa4683d5ef7d9155d5d58efa11">7e0412a</a>)</li> <li>Add trove classifier for Python 3.13 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li><strong>deps:</strong> Require google-crc32c &gt;= 1.1.3 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li><strong>deps:</strong> Require protobuf &gt;= 3.20.2, &lt; 7.0.0 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li><strong>deps:</strong> Require requests &gt;= 2.22.0 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li>Remove setup.cfg configuration for creating universal wheels (<a href="https://redirect.github.com/googleapis/python-storage/issues/1448">#1448</a>) (<a href="https://github.com/googleapis/python-storage/commit/d3b6b3f96a6f94aa7c371902f48d1363ae6bfb5c">d3b6b3f</a>)</li> <li>Resolve issue where pre-release versions of dependencies are installed (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li>Segmentation fault in tink while writing data (<a href="https://redirect.github.com/googleapis/python-storage/issues/1490">#1490</a>) (<a href="https://github.com/googleapis/python-storage/commit/2a46c0b9e6ec561ae3151d2a9a80c7452634487e">2a46c0b</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Move quickstart to top of readme (<a href="https://redirect.github.com/googleapis/python-storage/issues/1451">#1451</a>) (<a href="https://github.com/googleapis/python-storage/commit/53257cf20a4de3810156ae9576a7092f5527df98">53257cf</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-storage/issues/1450">#1450</a>) (<a href="https://github.com/googleapis/python-storage/commit/03f1594eb90ea1298a3a23927537c86ac35d33d5">03f1594</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.1.1...v3.2.0">3.2.0</a> (2025-07-04)</h2> <h3>Features</h3> <ul> <li>Adding support of single shot download (<a href="https://redirect.github.com/googleapis/python-storage/issues/1493">#1493</a>) (<a href="https://github.com/googleapis/python-storage/commit/61c5d5f62c88506f200bc6d86b399a2c28715bc4">61c5d5f</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.1.0...v3.1.1">3.1.1</a> (2025-06-13)</h2> <h3>Bug Fixes</h3> <ul> <li>Add a check for partial response data (<a href="https://redirect.github.com/googleapis/python-storage/issues/1487">#1487</a>) (<a href="https://github.com/googleapis/python-storage/commit/7e0412a4fdfedcaa4683d5ef7d9155d5d58efa11">7e0412a</a>)</li> <li>Add trove classifier for Python 3.13 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li><strong>deps:</strong> Require google-crc32c &gt;= 1.1.3 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li><strong>deps:</strong> Require protobuf &gt;= 3.20.2, &lt; 7.0.0 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li><strong>deps:</strong> Require requests &gt;= 2.22.0 (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li>Remove setup.cfg configuration for creating universal wheels (<a href="https://redirect.github.com/googleapis/python-storage/issues/1448">#1448</a>) (<a href="https://github.com/googleapis/python-storage/commit/d3b6b3f96a6f94aa7c371902f48d1363ae6bfb5c">d3b6b3f</a>)</li> <li>Resolve issue where pre-release versions of dependencies are installed (<a href="https://github.com/googleapis/python-storage/commit/01009164beaab8931a1e1684966e3060edcf77b7">0100916</a>)</li> <li>Segmentation fault in tink while writing data (<a href="https://redirect.github.com/googleapis/python-storage/issues/1490">#1490</a>) (<a href="https://github.com/googleapis/python-storage/commit/2a46c0b9e6ec561ae3151d2a9a80c7452634487e">2a46c0b</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Move quickstart to top of readme (<a href="https://redirect.github.com/googleapis/python-storage/issues/1451">#1451</a>) (<a href="https://github.com/googleapis/python-storage/commit/53257cf20a4de3810156ae9576a7092f5527df98">53257cf</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-storage/issues/1450">#1450</a>) (<a href="https://github.com/googleapis/python-storage/commit/03f1594eb90ea1298a3a23927537c86ac35d33d5">03f1594</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/7d97a384406258e0bfce3fbb715b84e5220d6783"><code>7d97a38</code></a> chore(main): release 3.2.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1496">#1496</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/93d58d0f7e7467d99a206725f5701da29f6f3595"><code>93d58d0</code></a> build: exclude certain autogenerated files (<a href="https://redirect.github.com/googleapis/python-storage/issues/1501">#1501</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/652cee3e351203796461d45e1c5bb6df34d170d1"><code>652cee3</code></a> test: update constraints for python 3.9 testing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1500">#1500</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c7357305495443348c0a432db649b27e6a5d8c5b"><code>c735730</code></a> chore: update the source path in owlbot.yaml (<a href="https://redirect.github.com/googleapis/python-storage/issues/1497">#1497</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/f02739f5f4f21083382f75169de719c6d5926a4e"><code>f02739f</code></a> tests: update default runtime used for tests (<a href="https://redirect.github.com/googleapis/python-storage/issues/1498">#1498</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/61c5d5f62c88506f200bc6d86b399a2c28715bc4"><code>61c5d5f</code></a> feat: Adding support of single shot download (<a href="https://redirect.github.com/googleapis/python-storage/issues/1493">#1493</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5821134d6cb86cdd73f4dcf4cdb4f3c0a9e5ddd2"><code>5821134</code></a> chore: add configurations in owlbot.py to copy gapic code (<a href="https://redirect.github.com/googleapis/python-storage/issues/1494">#1494</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/129455b4290dfc75349f5529d167809df40be783"><code>129455b</code></a> chore: add owlbot for gapic generation (<a href="https://redirect.github.com/googleapis/python-storage/issues/1492">#1492</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/793d34048d318f0e01046db6b3e648de038917c5"><code>793d340</code></a> chore(main): release 3.1.1 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1449">#1449</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/2a46c0b9e6ec561ae3151d2a9a80c7452634487e"><code>2a46c0b</code></a> fix: Segmentation fault in tink while writing data (<a href="https://redirect.github.com/googleapis/python-storage/issues/1490">#1490</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v3.1.0...v3.2.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.1.0&new-version=3.2.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 12:37:09 +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#1994
No description provided.