[PR #1333] [MERGED] build(deps): bump google-cloud-storage from 2.10.0 to 2.11.0 in /examples/python #1397

Closed
opened 2026-03-03 12:34:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1333
Author: @dependabot[bot]
Created: 9/19/2023
Status: Merged
Merged: 9/21/2023
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps google-cloud-storage from 2.10.0 to 2.11.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.11.0

2.11.0 (2023-09-19)

Features

  • Add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager calls (#1119) (14a1909)
  • Add transfer_manager.upload_chunks_concurrently using the XML MPU API (#1115) (56aeb87)
  • Support configurable retries in upload_chunks_concurrently (#1120) (1271686)

Bug Fixes

  • Split retention period tests due to caching change (#1068) (cc191b0)

Documentation

  • Add Transfer Manager documentation in c.g.c (#1109) (c1f8724)
Changelog

Sourced from google-cloud-storage's changelog.

2.11.0 (2023-09-19)

Features

  • Add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager calls (#1119) (14a1909)
  • Add transfer_manager.upload_chunks_concurrently using the XML MPU API (#1115) (56aeb87)
  • Support configurable retries in upload_chunks_concurrently (#1120) (1271686)

Bug Fixes

  • Split retention period tests due to caching change (#1068) (cc191b0)

Documentation

  • Add Transfer Manager documentation in c.g.c (#1109) (c1f8724)
Commits
  • 9f256fc chore(main): release 2.11.0 (#1070)
  • 1271686 feat: support configurable retries in upload_chunks_concurrently (#1120)
  • 14a1909 feat: add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager...
  • 56aeb87 feat: add transfer_manager.upload_chunks_concurrently using the XML MPU API (...
  • bdd7c6c chore: Amend Transfer Manager samples (#1113)
  • 9a189da chore: Add region tags for Transfer Manager samples (#1110)
  • 6febcb1 chore(deps): update dependency google-cloud-pubsub to v2.18.3 (#1111)
  • c1f8724 docs: add Transfer Manager documentation in c.g.c (#1109)
  • 7f741b0 test: add retry in pytest fixtures (#1108)
  • d9b2065 chore: fix lint and flake8 sessions (#1103)
  • 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/1333 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/19/2023 **Status:** ✅ Merged **Merged:** 9/21/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.11.0` --- ### 📝 Commits (1) - [`f05e219`](https://github.com/fsouza/fake-gcs-server/commit/f05e219f1b96f872db448df5261897e254782fb7) build(deps): bump google-cloud-storage in /examples/python ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+2 -2) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.10.0 to 2.11.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>v2.11.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.10.0...v2.11.0">2.11.0</a> (2023-09-19)</h2> <h3>Features</h3> <ul> <li>Add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager calls (<a href="https://redirect.github.com/googleapis/python-storage/issues/1119">#1119</a>) (<a href="https://github.com/googleapis/python-storage/commit/14a1909963cfa41208f4e25b82b7c84c5e02452f">14a1909</a>)</li> <li>Add transfer_manager.upload_chunks_concurrently using the XML MPU API (<a href="https://redirect.github.com/googleapis/python-storage/issues/1115">#1115</a>) (<a href="https://github.com/googleapis/python-storage/commit/56aeb8778d25fe245ac2e1e96ef71f0dad1fec0f">56aeb87</a>)</li> <li>Support configurable retries in upload_chunks_concurrently (<a href="https://redirect.github.com/googleapis/python-storage/issues/1120">#1120</a>) (<a href="https://github.com/googleapis/python-storage/commit/1271686428c0faffd3dd1b4fd57bfe467d2817d4">1271686</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Split retention period tests due to caching change (<a href="https://redirect.github.com/googleapis/python-storage/issues/1068">#1068</a>) (<a href="https://github.com/googleapis/python-storage/commit/cc191b070c520e85030cd4cef6d7d9a7b1dd0bf4">cc191b0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add Transfer Manager documentation in c.g.c (<a href="https://redirect.github.com/googleapis/python-storage/issues/1109">#1109</a>) (<a href="https://github.com/googleapis/python-storage/commit/c1f8724dc1c5dc180f36424324def74a5daec620">c1f8724</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/v2.10.0...v2.11.0">2.11.0</a> (2023-09-19)</h2> <h3>Features</h3> <ul> <li>Add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager calls (<a href="https://redirect.github.com/googleapis/python-storage/issues/1119">#1119</a>) (<a href="https://github.com/googleapis/python-storage/commit/14a1909963cfa41208f4e25b82b7c84c5e02452f">14a1909</a>)</li> <li>Add transfer_manager.upload_chunks_concurrently using the XML MPU API (<a href="https://redirect.github.com/googleapis/python-storage/issues/1115">#1115</a>) (<a href="https://github.com/googleapis/python-storage/commit/56aeb8778d25fe245ac2e1e96ef71f0dad1fec0f">56aeb87</a>)</li> <li>Support configurable retries in upload_chunks_concurrently (<a href="https://redirect.github.com/googleapis/python-storage/issues/1120">#1120</a>) (<a href="https://github.com/googleapis/python-storage/commit/1271686428c0faffd3dd1b4fd57bfe467d2817d4">1271686</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Split retention period tests due to caching change (<a href="https://redirect.github.com/googleapis/python-storage/issues/1068">#1068</a>) (<a href="https://github.com/googleapis/python-storage/commit/cc191b070c520e85030cd4cef6d7d9a7b1dd0bf4">cc191b0</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add Transfer Manager documentation in c.g.c (<a href="https://redirect.github.com/googleapis/python-storage/issues/1109">#1109</a>) (<a href="https://github.com/googleapis/python-storage/commit/c1f8724dc1c5dc180f36424324def74a5daec620">c1f8724</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/9f256fc8e5829bb559b6eb26cd6b92b05e7f33db"><code>9f256fc</code></a> chore(main): release 2.11.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1070">#1070</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/1271686428c0faffd3dd1b4fd57bfe467d2817d4"><code>1271686</code></a> feat: support configurable retries in upload_chunks_concurrently (<a href="https://redirect.github.com/googleapis/python-storage/issues/1120">#1120</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/14a1909963cfa41208f4e25b82b7c84c5e02452f"><code>14a1909</code></a> feat: add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager...</li> <li><a href="https://github.com/googleapis/python-storage/commit/56aeb8778d25fe245ac2e1e96ef71f0dad1fec0f"><code>56aeb87</code></a> feat: add transfer_manager.upload_chunks_concurrently using the XML MPU API (...</li> <li><a href="https://github.com/googleapis/python-storage/commit/bdd7c6c19c96a4dbd2249ba39399f8f6ff799fe1"><code>bdd7c6c</code></a> chore: Amend Transfer Manager samples (<a href="https://redirect.github.com/googleapis/python-storage/issues/1113">#1113</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9a189da8fe69019e101a9316400991f2843661c6"><code>9a189da</code></a> chore: Add region tags for Transfer Manager samples (<a href="https://redirect.github.com/googleapis/python-storage/issues/1110">#1110</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/6febcb13730b3e904cee46603dba74d6860c14c1"><code>6febcb1</code></a> chore(deps): update dependency google-cloud-pubsub to v2.18.3 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1111">#1111</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c1f8724dc1c5dc180f36424324def74a5daec620"><code>c1f8724</code></a> docs: add Transfer Manager documentation in c.g.c (<a href="https://redirect.github.com/googleapis/python-storage/issues/1109">#1109</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7f741b0d3730f9e7e23e3a0efe729e454dffd81b"><code>7f741b0</code></a> test: add retry in pytest fixtures (<a href="https://redirect.github.com/googleapis/python-storage/issues/1108">#1108</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/d9b2065f5368e19fb181d04f0ba03c204f68f610"><code>d9b2065</code></a> chore: fix lint and flake8 sessions (<a href="https://redirect.github.com/googleapis/python-storage/issues/1103">#1103</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.10.0...v2.11.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=2.10.0&new-version=2.11.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:34:24 +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#1397
No description provided.