[PR #1839] [MERGED] build(deps): bump google-cloud-storage from 2.18.2 to 2.19.0 in /examples/python #1867

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1839
Author: @dependabot[bot]
Created: 12/5/2024
Status: Merged
Merged: 12/13/2024
Merged by: @fsouza

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


📝 Commits (1)

  • 99992dd 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.18.2 to 2.19.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.19.0

2.19.0 (2024-11-21)

Features

  • Add integration test for universe domain (#1346) (02a972d)
  • Add restore_bucket and handling for soft-deleted buckets (#1365) (ab94efd)
  • Add support for restore token (#1369) (06ed15b)
  • IAM signBlob retry and universe domain support (#1380) (abc8061)

Bug Fixes

  • Allow signed post policy v4 with service account and token (#1356) (8ec02c0)
  • Do not spam the log with checksum related INFO messages when downloading using transfer_manager (#1357) (42392ef)
Changelog

Sourced from google-cloud-storage's changelog.

2.19.0 (2024-11-21)

Features

  • Add integration test for universe domain (#1346) (02a972d)
  • Add restore_bucket and handling for soft-deleted buckets (#1365) (ab94efd)
  • Add support for restore token (#1369) (06ed15b)
  • IAM signBlob retry and universe domain support (#1380) (abc8061)

Bug Fixes

  • Allow signed post policy v4 with service account and token (#1356) (8ec02c0)
  • Do not spam the log with checksum related INFO messages when downloading using transfer_manager (#1357) (42392ef)
Commits
  • 309bad1 chore(main): release 2.19.0 (#1348)
  • a925427 tests: skip universe domain test in preprod (#1386)
  • abc8061 feat: IAM signBlob retry and universe domain support (#1380)
  • 0cfddf4 chore: remove debugger comment (#1381)
  • 63cff04 chore: add Cloud Trace adoption attributes (#1374)
  • 012eab4 chore(revert): Revert "feat: add support for restore token (#1369)" (#1373)
  • 06ed15b feat: add support for restore token (#1369)
  • ab94efd Feat: Add restore_bucket and handling for soft-deleted buckets (#1365)
  • 42392ef fix: do not spam the log with checksum related INFO messages when downloading...
  • 8ec02c0 fix: allow signed post policy v4 with service account and token (#1356)
  • 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/1839 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.19.0` --- ### 📝 Commits (1) - [`99992dd`](https://github.com/fsouza/fake-gcs-server/commit/99992dd1c0d4cc66198619c55e59d295dc716a19) 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.18.2 to 2.19.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.19.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.18.2...v2.19.0">2.19.0</a> (2024-11-21)</h2> <h3>Features</h3> <ul> <li>Add integration test for universe domain (<a href="https://redirect.github.com/googleapis/python-storage/issues/1346">#1346</a>) (<a href="https://github.com/googleapis/python-storage/commit/02a972d35fae6d05edfb26381f6a71e3b8f59d6d">02a972d</a>)</li> <li>Add restore_bucket and handling for soft-deleted buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1365">#1365</a>) (<a href="https://github.com/googleapis/python-storage/commit/ab94efda83f68c974ec91d6b869b09047501031a">ab94efd</a>)</li> <li>Add support for restore token (<a href="https://redirect.github.com/googleapis/python-storage/issues/1369">#1369</a>) (<a href="https://github.com/googleapis/python-storage/commit/06ed15b33dc884da6dffbef5119e47f0fc4e1285">06ed15b</a>)</li> <li>IAM signBlob retry and universe domain support (<a href="https://redirect.github.com/googleapis/python-storage/issues/1380">#1380</a>) (<a href="https://github.com/googleapis/python-storage/commit/abc80615ee00a14bc0e6b095252f6d1eb09c4b45">abc8061</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow signed post policy v4 with service account and token (<a href="https://redirect.github.com/googleapis/python-storage/issues/1356">#1356</a>) (<a href="https://github.com/googleapis/python-storage/commit/8ec02c0e656a4e6786f256798f4b93b95b50acec">8ec02c0</a>)</li> <li>Do not spam the log with checksum related INFO messages when downloading using transfer_manager (<a href="https://redirect.github.com/googleapis/python-storage/issues/1357">#1357</a>) (<a href="https://github.com/googleapis/python-storage/commit/42392ef8e38527ce4e50454cdd357425b3f57c87">42392ef</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.18.2...v2.19.0">2.19.0</a> (2024-11-21)</h2> <h3>Features</h3> <ul> <li>Add integration test for universe domain (<a href="https://redirect.github.com/googleapis/python-storage/issues/1346">#1346</a>) (<a href="https://github.com/googleapis/python-storage/commit/02a972d35fae6d05edfb26381f6a71e3b8f59d6d">02a972d</a>)</li> <li>Add restore_bucket and handling for soft-deleted buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1365">#1365</a>) (<a href="https://github.com/googleapis/python-storage/commit/ab94efda83f68c974ec91d6b869b09047501031a">ab94efd</a>)</li> <li>Add support for restore token (<a href="https://redirect.github.com/googleapis/python-storage/issues/1369">#1369</a>) (<a href="https://github.com/googleapis/python-storage/commit/06ed15b33dc884da6dffbef5119e47f0fc4e1285">06ed15b</a>)</li> <li>IAM signBlob retry and universe domain support (<a href="https://redirect.github.com/googleapis/python-storage/issues/1380">#1380</a>) (<a href="https://github.com/googleapis/python-storage/commit/abc80615ee00a14bc0e6b095252f6d1eb09c4b45">abc8061</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Allow signed post policy v4 with service account and token (<a href="https://redirect.github.com/googleapis/python-storage/issues/1356">#1356</a>) (<a href="https://github.com/googleapis/python-storage/commit/8ec02c0e656a4e6786f256798f4b93b95b50acec">8ec02c0</a>)</li> <li>Do not spam the log with checksum related INFO messages when downloading using transfer_manager (<a href="https://redirect.github.com/googleapis/python-storage/issues/1357">#1357</a>) (<a href="https://github.com/googleapis/python-storage/commit/42392ef8e38527ce4e50454cdd357425b3f57c87">42392ef</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/309bad16072c1d660799c2eed8f46434bc0a2f1d"><code>309bad1</code></a> chore(main): release 2.19.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1348">#1348</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/a92542715a2969e04c944acf180c468504a772b2"><code>a925427</code></a> tests: skip universe domain test in preprod (<a href="https://redirect.github.com/googleapis/python-storage/issues/1386">#1386</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/abc80615ee00a14bc0e6b095252f6d1eb09c4b45"><code>abc8061</code></a> feat: IAM signBlob retry and universe domain support (<a href="https://redirect.github.com/googleapis/python-storage/issues/1380">#1380</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/0cfddf4ba101ebbcd6a026687a4f1b67f98bdf96"><code>0cfddf4</code></a> chore: remove debugger comment (<a href="https://redirect.github.com/googleapis/python-storage/issues/1381">#1381</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/63cff046f0d82d3261fac654e206c7f77dca48b3"><code>63cff04</code></a> chore: add Cloud Trace adoption attributes (<a href="https://redirect.github.com/googleapis/python-storage/issues/1374">#1374</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/012eab4563d740443fbc24271b6eb86d0f256b1b"><code>012eab4</code></a> chore(revert): Revert &quot;feat: add support for restore token (<a href="https://redirect.github.com/googleapis/python-storage/issues/1369">#1369</a>)&quot; (<a href="https://redirect.github.com/googleapis/python-storage/issues/1373">#1373</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/06ed15b33dc884da6dffbef5119e47f0fc4e1285"><code>06ed15b</code></a> feat: add support for restore token (<a href="https://redirect.github.com/googleapis/python-storage/issues/1369">#1369</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ab94efda83f68c974ec91d6b869b09047501031a"><code>ab94efd</code></a> Feat: Add restore_bucket and handling for soft-deleted buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1365">#1365</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/42392ef8e38527ce4e50454cdd357425b3f57c87"><code>42392ef</code></a> fix: do not spam the log with checksum related INFO messages when downloading...</li> <li><a href="https://github.com/googleapis/python-storage/commit/8ec02c0e656a4e6786f256798f4b93b95b50acec"><code>8ec02c0</code></a> fix: allow signed post policy v4 with service account and token (<a href="https://redirect.github.com/googleapis/python-storage/issues/1356">#1356</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.18.2...v2.19.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.18.2&new-version=2.19.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:36:33 +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#1867
No description provided.