[PR #1145] [MERGED] build(deps): bump google-cloud-storage from 2.8.0 to 2.9.0 in /examples/python #1235

Closed
opened 2026-03-03 12:33:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1145
Author: @dependabot[bot]
Created: 5/4/2023
Status: Merged
Merged: 5/4/2023
Merged by: @fsouza

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


📝 Commits (1)

  • 26ff8f8 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 2.8.0 to 2.9.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.9.0

2.9.0 (2023-05-04)

Features

  • Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (#1013) (aa4f282)

Bug Fixes

  • Avoid pickling processed credentials (#1016) (7935824)
  • Improve test error message for missing credentials (#1024) (892481a)

Documentation

  • Add sample and sample test for transfer manager (#1027) (4698799)
  • Remove threads in transfer manager samples (#1029) (30c5146)
Changelog

Sourced from google-cloud-storage's changelog.

2.9.0 (2023-05-04)

Features

  • Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (#1013) (aa4f282)

Bug Fixes

  • Avoid pickling processed credentials (#1016) (7935824)
  • Improve test error message for missing credentials (#1024) (892481a)

Documentation

  • Add sample and sample test for transfer manager (#1027) (4698799)
  • Remove threads in transfer manager samples (#1029) (30c5146)
Commits
  • aac1e7a chore(main): release 2.9.0 (#1025)
  • 30c5146 docs: remove threads in transfer manager samples (#1029)
  • a579212 test(storage): update retry conf test data (#1030)
  • 4698799 docs: add sample and sample test for transfer manager (#1027)
  • 6532e7c chore: update samples testing and readme (#1022)
  • 7935824 fix: Avoid pickling processed credentials (#1016)
  • 892481a fix: Improve test error message for missing credentials (#1024)
  • aa4f282 feat: un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_...
  • 47228ec chore(deps): update dependency pandas to v2.0.1 (#1021)
  • 1a33a6c chore(deps): update dependency mock to v5.0.2 (#1019)
  • 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 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/1145 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.9.0` --- ### 📝 Commits (1) - [`26ff8f8`](https://github.com/fsouza/fake-gcs-server/commit/26ff8f83d48bcb8b1efe43cec3ab0aad3c0d12af) 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 2.8.0 to 2.9.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.9.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.8.0...v2.9.0">2.9.0</a> (2023-05-04)</h2> <h3>Features</h3> <ul> <li>Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (<a href="https://redirect.github.com/googleapis/python-storage/issues/1013">#1013</a>) (<a href="https://github.com/googleapis/python-storage/commit/aa4f282514ebdaf58ced0743859a4ab1458f967c">aa4f282</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Avoid pickling processed credentials (<a href="https://redirect.github.com/googleapis/python-storage/issues/1016">#1016</a>) (<a href="https://github.com/googleapis/python-storage/commit/7935824049e2e6e430d2e601156730d6366c78f7">7935824</a>)</li> <li>Improve test error message for missing credentials (<a href="https://redirect.github.com/googleapis/python-storage/issues/1024">#1024</a>) (<a href="https://github.com/googleapis/python-storage/commit/892481a2c76fe5747ada3392345c087fb7f8bd8a">892481a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add sample and sample test for transfer manager (<a href="https://redirect.github.com/googleapis/python-storage/issues/1027">#1027</a>) (<a href="https://github.com/googleapis/python-storage/commit/4698799101b5847d55edc8267db85257a74c3119">4698799</a>)</li> <li>Remove threads in transfer manager samples (<a href="https://redirect.github.com/googleapis/python-storage/issues/1029">#1029</a>) (<a href="https://github.com/googleapis/python-storage/commit/30c51469af2efd4f5becaab7e7b02b207a074267">30c5146</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.8.0...v2.9.0">2.9.0</a> (2023-05-04)</h2> <h3>Features</h3> <ul> <li>Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (<a href="https://redirect.github.com/googleapis/python-storage/issues/1013">#1013</a>) (<a href="https://github.com/googleapis/python-storage/commit/aa4f282514ebdaf58ced0743859a4ab1458f967c">aa4f282</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Avoid pickling processed credentials (<a href="https://redirect.github.com/googleapis/python-storage/issues/1016">#1016</a>) (<a href="https://github.com/googleapis/python-storage/commit/7935824049e2e6e430d2e601156730d6366c78f7">7935824</a>)</li> <li>Improve test error message for missing credentials (<a href="https://redirect.github.com/googleapis/python-storage/issues/1024">#1024</a>) (<a href="https://github.com/googleapis/python-storage/commit/892481a2c76fe5747ada3392345c087fb7f8bd8a">892481a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add sample and sample test for transfer manager (<a href="https://redirect.github.com/googleapis/python-storage/issues/1027">#1027</a>) (<a href="https://github.com/googleapis/python-storage/commit/4698799101b5847d55edc8267db85257a74c3119">4698799</a>)</li> <li>Remove threads in transfer manager samples (<a href="https://redirect.github.com/googleapis/python-storage/issues/1029">#1029</a>) (<a href="https://github.com/googleapis/python-storage/commit/30c51469af2efd4f5becaab7e7b02b207a074267">30c5146</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/aac1e7a955a662b2dd6ff4d1504c7fa1c55f9cb8"><code>aac1e7a</code></a> chore(main): release 2.9.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1025">#1025</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/30c51469af2efd4f5becaab7e7b02b207a074267"><code>30c5146</code></a> docs: remove threads in transfer manager samples (<a href="https://redirect.github.com/googleapis/python-storage/issues/1029">#1029</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/a579212eabefb5182d9713caee086cad5b56564b"><code>a579212</code></a> test(storage): update retry conf test data (<a href="https://redirect.github.com/googleapis/python-storage/issues/1030">#1030</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4698799101b5847d55edc8267db85257a74c3119"><code>4698799</code></a> docs: add sample and sample test for transfer manager (<a href="https://redirect.github.com/googleapis/python-storage/issues/1027">#1027</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/6532e7cdc7cd18456453a37a7593974f334b943c"><code>6532e7c</code></a> chore: update samples testing and readme (<a href="https://redirect.github.com/googleapis/python-storage/issues/1022">#1022</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7935824049e2e6e430d2e601156730d6366c78f7"><code>7935824</code></a> fix: Avoid pickling processed credentials (<a href="https://redirect.github.com/googleapis/python-storage/issues/1016">#1016</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/892481a2c76fe5747ada3392345c087fb7f8bd8a"><code>892481a</code></a> fix: Improve test error message for missing credentials (<a href="https://redirect.github.com/googleapis/python-storage/issues/1024">#1024</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/aa4f282514ebdaf58ced0743859a4ab1458f967c"><code>aa4f282</code></a> feat: un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_...</li> <li><a href="https://github.com/googleapis/python-storage/commit/47228ece780b31ae47b05297109d38674950312a"><code>47228ec</code></a> chore(deps): update dependency pandas to v2.0.1 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1021">#1021</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/1a33a6cf37031c5612719b383f4cc6997ab275c3"><code>1a33a6c</code></a> chore(deps): update dependency mock to v5.0.2 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1019">#1019</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.8.0...v2.9.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.8.0&new-version=2.9.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 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:33:40 +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#1235
No description provided.