[PR #985] [MERGED] build(deps): bump google-cloud-storage from 2.5.0 to 2.6.0 in /examples/python #1091

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 4170113 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.5.0 to 2.6.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.6.0

2.6.0 (2022-11-07)

Features

  • Add Autoclass support and samples (#791) (9ccdc5f), closes #797
  • Add predefined_acl to create_resumable_upload_session (#878) (2b3e8f9)
  • Enable delete_blobs() to preserve generation (#840) (8fd4c37), closes #814
  • Make tests run against environments other than prod (#883) (7dfeb62)

Bug Fixes

  • Align bucket bound hostname url builder consistency (#875) (8a24add)
  • BlobWriter.close() will do nothing if already closed (#887) (7707220)
  • Remove client side validations (#868) (928ebbc)

Documentation

  • Update comments in list_blobs sample (#866) (9469f5d)
  • Clarify prefixes entity in list_blobs usage (#837) (7101f47)
  • Streamline docs for c.g.c migration (#876) (7c8a178)
  • Update docstring for lifecycle_rules to match generator behavior (#841) (36fb81b)
Changelog

Sourced from google-cloud-storage's changelog.

2.6.0 (2022-11-07)

Features

  • Add Autoclass support and samples (#791) (9ccdc5f), closes #797
  • Add predefined_acl to create_resumable_upload_session (#878) (2b3e8f9)
  • Enable delete_blobs() to preserve generation (#840) (8fd4c37), closes #814
  • Make tests run against environments other than prod (#883) (7dfeb62)

Bug Fixes

  • Align bucket bound hostname url builder consistency (#875) (8a24add)
  • BlobWriter.close() will do nothing if already closed (#887) (7707220)
  • Remove client side validations (#868) (928ebbc)

Documentation

  • Update comments in list_blobs sample (#866) (9469f5d)
  • Clarify prefixes entity in list_blobs usage (#837) (7101f47)
  • Streamline docs for migration (#876) (7c8a178)
  • Update docstring for lifecycle_rules to match generator behavior (#841) (36fb81b)
Commits
  • aee58b2 chore(main): release 2.6.0 (#838)
  • 8b9abcf Revert "feat: Add "transfer_manager" module for concurrent uploads and downlo...
  • 9ccdc5f feat: add Autoclass support and sample (#791)
  • 9dcc684 feat: Add "transfer_manager" module for concurrent uploads and downloads as a...
  • 1c5408d chore(deps): update dependency pytest to v7.2.0 (#893)
  • f1dcc2b chore: add OwlBot as a required check (#891)
  • 7dfeb62 feat: make tests run against environments other than prod (#883)
  • 7c8a178 docs: streamline docs for c.g.c migration (#876)
  • b6cc4d1 chore(deps): update dependency pandas to v1.5.1 (#889)
  • 97b4a96 chore(deps): update dependency google-cloud-pubsub to v2.13.10 (#888)
  • 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/985 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/8/2022 **Status:** ✅ Merged **Merged:** 11/8/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.6.0` --- ### 📝 Commits (1) - [`4170113`](https://github.com/fsouza/fake-gcs-server/commit/41701137a8c5e94b91471465d3a378ca4ccb4177) 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.5.0 to 2.6.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.6.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.5.0...v2.6.0">2.6.0</a> (2022-11-07)</h2> <h3>Features</h3> <ul> <li>Add Autoclass support and samples (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/791">#791</a>) (<a href="https://github.com/googleapis/python-storage/commit/9ccdc5f2e8a9e28b2df47260d639b6af2708fe9a">9ccdc5f</a>), closes <a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/797">#797</a></li> <li>Add predefined_acl to create_resumable_upload_session (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/878">#878</a>) (<a href="https://github.com/googleapis/python-storage/commit/2b3e8f967df95d45c35e150b201e77b8962c7e9b">2b3e8f9</a>)</li> <li>Enable delete_blobs() to preserve generation (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/840">#840</a>) (<a href="https://github.com/googleapis/python-storage/commit/8fd4c376bd5f031836feb8101c9c0c0d1c2e969d">8fd4c37</a>), closes <a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/814">#814</a></li> <li>Make tests run against environments other than prod (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/883">#883</a>) (<a href="https://github.com/googleapis/python-storage/commit/7dfeb622bb966e368786e3c9be67ad77b3150725">7dfeb62</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Align bucket bound hostname url builder consistency (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/875">#875</a>) (<a href="https://github.com/googleapis/python-storage/commit/8a24add52f0bc7dbcb3ec427bd3e4551b3afcbf5">8a24add</a>)</li> <li>BlobWriter.close() will do nothing if already closed (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/887">#887</a>) (<a href="https://github.com/googleapis/python-storage/commit/770722034072cfcaafc18340e91746957ef31397">7707220</a>)</li> <li>Remove client side validations (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/868">#868</a>) (<a href="https://github.com/googleapis/python-storage/commit/928ebbccbe183666f3b35adb7226bd259d4e71c0">928ebbc</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update comments in list_blobs sample (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/866">#866</a>) (<a href="https://github.com/googleapis/python-storage/commit/9469f5dd5ca6d546a47efbc3d673a401ead9d632">9469f5d</a>)</li> <li>Clarify prefixes entity in list_blobs usage (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/837">#837</a>) (<a href="https://github.com/googleapis/python-storage/commit/7101f47fde663eec4bbaaa246c7fe4e973ca2506">7101f47</a>)</li> <li>Streamline docs for c.g.c migration (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/876">#876</a>) (<a href="https://github.com/googleapis/python-storage/commit/7c8a178978d2022482afd301242ae79b2f9c737a">7c8a178</a>)</li> <li>Update docstring for lifecycle_rules to match generator behavior (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/841">#841</a>) (<a href="https://github.com/googleapis/python-storage/commit/36fb81b5b0e5b7e65b9db434c997617136bfc3fc">36fb81b</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.5.0...v2.6.0">2.6.0</a> (2022-11-07)</h2> <h3>Features</h3> <ul> <li>Add Autoclass support and samples (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/791">#791</a>) (<a href="https://github.com/googleapis/python-storage/commit/9ccdc5f2e8a9e28b2df47260d639b6af2708fe9a">9ccdc5f</a>), closes <a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/797">#797</a></li> <li>Add predefined_acl to create_resumable_upload_session (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/878">#878</a>) (<a href="https://github.com/googleapis/python-storage/commit/2b3e8f967df95d45c35e150b201e77b8962c7e9b">2b3e8f9</a>)</li> <li>Enable delete_blobs() to preserve generation (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/840">#840</a>) (<a href="https://github.com/googleapis/python-storage/commit/8fd4c376bd5f031836feb8101c9c0c0d1c2e969d">8fd4c37</a>), closes <a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/814">#814</a></li> <li>Make tests run against environments other than prod (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/883">#883</a>) (<a href="https://github.com/googleapis/python-storage/commit/7dfeb622bb966e368786e3c9be67ad77b3150725">7dfeb62</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Align bucket bound hostname url builder consistency (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/875">#875</a>) (<a href="https://github.com/googleapis/python-storage/commit/8a24add52f0bc7dbcb3ec427bd3e4551b3afcbf5">8a24add</a>)</li> <li>BlobWriter.close() will do nothing if already closed (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/887">#887</a>) (<a href="https://github.com/googleapis/python-storage/commit/770722034072cfcaafc18340e91746957ef31397">7707220</a>)</li> <li>Remove client side validations (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/868">#868</a>) (<a href="https://github.com/googleapis/python-storage/commit/928ebbccbe183666f3b35adb7226bd259d4e71c0">928ebbc</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update comments in list_blobs sample (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/866">#866</a>) (<a href="https://github.com/googleapis/python-storage/commit/9469f5dd5ca6d546a47efbc3d673a401ead9d632">9469f5d</a>)</li> <li>Clarify prefixes entity in list_blobs usage (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/837">#837</a>) (<a href="https://github.com/googleapis/python-storage/commit/7101f47fde663eec4bbaaa246c7fe4e973ca2506">7101f47</a>)</li> <li>Streamline docs for migration (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/876">#876</a>) (<a href="https://github.com/googleapis/python-storage/commit/7c8a178978d2022482afd301242ae79b2f9c737a">7c8a178</a>)</li> <li>Update docstring for lifecycle_rules to match generator behavior (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/841">#841</a>) (<a href="https://github.com/googleapis/python-storage/commit/36fb81b5b0e5b7e65b9db434c997617136bfc3fc">36fb81b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/aee58b2b0eeafe3e26090df70951a5688148befb"><code>aee58b2</code></a> chore(main): release 2.6.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/838">#838</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/8b9abcf67932d0c9da536e235af7b9310d250309"><code>8b9abcf</code></a> Revert &quot;feat: Add &quot;transfer_manager&quot; module for concurrent uploads and downlo...</li> <li><a href="https://github.com/googleapis/python-storage/commit/9ccdc5f2e8a9e28b2df47260d639b6af2708fe9a"><code>9ccdc5f</code></a> feat: add Autoclass support and sample (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/791">#791</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9dcc6846b52e460bee8d725099abd4dc734fa7ad"><code>9dcc684</code></a> feat: Add &quot;transfer_manager&quot; module for concurrent uploads and downloads as a...</li> <li><a href="https://github.com/googleapis/python-storage/commit/1c5408d3c558b4ba18cef8f10eeefbb04460bce4"><code>1c5408d</code></a> chore(deps): update dependency pytest to v7.2.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/893">#893</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/f1dcc2bc0b49928cff2cf8056d1c08febbefdd00"><code>f1dcc2b</code></a> chore: add OwlBot as a required check (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/891">#891</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7dfeb622bb966e368786e3c9be67ad77b3150725"><code>7dfeb62</code></a> feat: make tests run against environments other than prod (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/883">#883</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7c8a178978d2022482afd301242ae79b2f9c737a"><code>7c8a178</code></a> docs: streamline docs for c.g.c migration (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/876">#876</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/b6cc4d150641745ae8328155fe23428528e68f5c"><code>b6cc4d1</code></a> chore(deps): update dependency pandas to v1.5.1 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/889">#889</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/97b4a962d3f64d8a34af5bfa494e700503f450c5"><code>97b4a96</code></a> chore(deps): update dependency google-cloud-pubsub to v2.13.10 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/888">#888</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.5.0...v2.6.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.5.0&new-version=2.6.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:00 +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#1091
No description provided.