[PR #714] [MERGED] build(deps): bump google-cloud-storage from 2.1.0 to 2.2.0 in /examples/python #848

Closed
opened 2026-03-03 12:31:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/714
Author: @dependabot[bot]
Created: 3/14/2022
Status: Merged
Merged: 3/14/2022
Merged by: @fsouza

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

Bumps google-cloud-storage from 2.1.0 to 2.2.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.2.0

2.2.0 (2022-03-14)

Features

  • allow no project in client methods using storage emulator (#703) (bcde0ec)

Bug Fixes

  • add user agent in python-storage when calling resumable media (c7bf615)
  • deps: require google-api-core>=1.31.5, >=2.3.2 (#722) (e9aab38)
  • Fix BlobReader handling of interleaved reads and seeks (#721) (5d1cfd2)
  • retry client side requests timeout (#727) (e0b3b35)

Documentation

Changelog

Sourced from google-cloud-storage's changelog.

2.2.0 (2022-03-14)

Features

  • allow no project in client methods using storage emulator (#703) (bcde0ec)

Bug Fixes

  • add user agent in python-storage when calling resumable media (c7bf615)
  • deps: require google-api-core>=1.31.5, >=2.3.2 (#722) (e9aab38)
  • Fix BlobReader handling of interleaved reads and seeks (#721) (5d1cfd2)
  • retry client side requests timeout (#727) (e0b3b35)

Documentation

Commits
  • f80f695 chore(main): release 2.2.0 (#705)
  • eae1df0 chore(deps): update dependency pytest to v7.1.0 (#732)
  • 5d1cfd2 fix: Fix BlobReader handling of interleaved reads and seeks (#721)
  • e0b3b35 fix: retry client side requests timeout (#727)
  • c64779d chore(deps): update dependency google-cloud-pubsub to v2.11.0 (#729)
  • 2cb0892 tests: add retry conf s7 resumable upload test cases (#720)
  • c7bf615 fix: add user agent in python-storage when calling resumable media (WIP) (#715)
  • 4fbbf02 chore: Adding support for pytest-xdist and pytest-parallel (#723)
  • dbfe520 chore(deps): update dependency google-cloud-pubsub to v2.10.0 (#724)
  • e9aab38 fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#722)
  • 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/714 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/14/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.2.0` --- ### 📝 Commits (1) - [`33f0a97`](https://github.com/fsouza/fake-gcs-server/commit/33f0a97060882165a56bfe39f09240a747f1ebd7) build(deps): bump google-cloud-storage in /examples/python ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+3 -3) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.1.0 to 2.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>v2.2.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.1.0...v2.2.0">2.2.0</a> (2022-03-14)</h2> <h3>Features</h3> <ul> <li>allow no project in client methods using storage emulator (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/703">#703</a>) (<a href="https://github.com/googleapis/python-storage/commit/bcde0ec619d7d303892bcc0863b7f977c79f7649">bcde0ec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add user agent in python-storage when calling resumable media (<a href="https://github.com/googleapis/python-storage/commit/c7bf615909a04f3bab3efb1047a9f4ba659bba19">c7bf615</a>)</li> <li><strong>deps:</strong> require google-api-core&gt;=1.31.5, &gt;=2.3.2 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/722">#722</a>) (<a href="https://github.com/googleapis/python-storage/commit/e9aab389f868799d4425133954bad4f1cbb85786">e9aab38</a>)</li> <li>Fix BlobReader handling of interleaved reads and seeks (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/721">#721</a>) (<a href="https://github.com/googleapis/python-storage/commit/5d1cfd2050321481a3bc4acbe80537ea666506fa">5d1cfd2</a>)</li> <li>retry client side requests timeout (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/727">#727</a>) (<a href="https://github.com/googleapis/python-storage/commit/e0b3b354d51e4be7c563d7f2f628a7139df842c0">e0b3b35</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fixed download_blob_to_file example (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/704">#704</a>) (<a href="https://github.com/googleapis/python-storage/commit/2c94d98ed21cc768cfa54fac3d734254fc4d8480">2c94d98</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.1.0...v2.2.0">2.2.0</a> (2022-03-14)</h2> <h3>Features</h3> <ul> <li>allow no project in client methods using storage emulator (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/703">#703</a>) (<a href="https://github.com/googleapis/python-storage/commit/bcde0ec619d7d303892bcc0863b7f977c79f7649">bcde0ec</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add user agent in python-storage when calling resumable media (<a href="https://github.com/googleapis/python-storage/commit/c7bf615909a04f3bab3efb1047a9f4ba659bba19">c7bf615</a>)</li> <li><strong>deps:</strong> require google-api-core&gt;=1.31.5, &gt;=2.3.2 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/722">#722</a>) (<a href="https://github.com/googleapis/python-storage/commit/e9aab389f868799d4425133954bad4f1cbb85786">e9aab38</a>)</li> <li>Fix BlobReader handling of interleaved reads and seeks (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/721">#721</a>) (<a href="https://github.com/googleapis/python-storage/commit/5d1cfd2050321481a3bc4acbe80537ea666506fa">5d1cfd2</a>)</li> <li>retry client side requests timeout (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/727">#727</a>) (<a href="https://github.com/googleapis/python-storage/commit/e0b3b354d51e4be7c563d7f2f628a7139df842c0">e0b3b35</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fixed download_blob_to_file example (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/704">#704</a>) (<a href="https://github.com/googleapis/python-storage/commit/2c94d98ed21cc768cfa54fac3d734254fc4d8480">2c94d98</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/f80f69516b0eaa6ebef6a28d1fd12c9d78f362ce"><code>f80f695</code></a> chore(main): release 2.2.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/705">#705</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/eae1df0f4526eefb21f14eb3f5a319b9395b90c7"><code>eae1df0</code></a> chore(deps): update dependency pytest to v7.1.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/732">#732</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5d1cfd2050321481a3bc4acbe80537ea666506fa"><code>5d1cfd2</code></a> fix: Fix BlobReader handling of interleaved reads and seeks (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/721">#721</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/e0b3b354d51e4be7c563d7f2f628a7139df842c0"><code>e0b3b35</code></a> fix: retry client side requests timeout (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/727">#727</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c64779df2fb22d22e76adee00b8a40f3b5bb4b14"><code>c64779d</code></a> chore(deps): update dependency google-cloud-pubsub to v2.11.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/729">#729</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/2cb0892f4965a42c51b8d6b7127087a6f435b07b"><code>2cb0892</code></a> tests: add retry conf s7 resumable upload test cases (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/720">#720</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c7bf615909a04f3bab3efb1047a9f4ba659bba19"><code>c7bf615</code></a> fix: add user agent in python-storage when calling resumable media (WIP) (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/715">#715</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4fbbf02d3d2fb7e16c3db32eee0474655247c3bc"><code>4fbbf02</code></a> chore: Adding support for pytest-xdist and pytest-parallel (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/723">#723</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/dbfe520008a25c4e6f5b94e332129affa0f0d869"><code>dbfe520</code></a> chore(deps): update dependency google-cloud-pubsub to v2.10.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/724">#724</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/e9aab389f868799d4425133954bad4f1cbb85786"><code>e9aab38</code></a> fix(deps): require google-api-core&gt;=1.31.5, &gt;=2.3.2 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/722">#722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.1.0...v2.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=2.1.0&new-version=2.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 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:31:54 +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#848
No description provided.