[PR #1004] [MERGED] build(deps): bump google-cloud-storage from 2.6.0 to 2.7.0 in /examples/python #1107

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 12bded7 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.6.0 to 2.7.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.7.0

2.7.0 (2022-12-07)

Features

  • Add "transfer_manager" module for concurrent uploads and downloads, as a preview feature (#943) (9998a5e)
  • Add support for use_auth_w_custom_endpoint (#901) (4862a9c)
  • Add use_auth_w_custom_endpoint support (#941) (5291c08)

Bug Fixes

  • Implement closed property on fileio.py classes (#907) (64406ca)
Changelog

Sourced from google-cloud-storage's changelog.

2.7.0 (2022-12-07)

Features

  • Add "transfer_manager" module for concurrent uploads and downloads, as a preview feature (#943) (9998a5e)
  • Add use_auth_w_custom_endpoint support (#941) (5291c08)

Bug Fixes

  • Implement closed property on fileio.py classes (#907) (64406ca)
Commits
  • a436e3a chore(main): release 2.7.0 (#919)
  • 5291c08 feat: add use_auth_w_custom_endpoint support (#941)
  • 64406ca fix: implement closed property on fileio.py classes (#907)
  • 9998a5e feat: Add "transfer_manager" module for concurrent uploads and downloads, as ...
  • 1ca0233 Revert "feat: add support for use_auth_w_custom_endpoint (#901)" (#940)
  • 4862a9c feat: add support for use_auth_w_custom_endpoint (#901)
  • 47a04ef chore(python): drop flake8-import-order in samples noxfile [autoapprove] (#916)
  • 7cfedf4 chore(deps): update dependency pandas to v1.5.2 (#915)
  • 4cd4a04 tests: ensure test runs after reaching retention period (#911)
  • c774ad5 chore: generate testing sponge logs and enable flakybot (#905)
  • 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/1004 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/7/2022 **Status:** ✅ Merged **Merged:** 12/7/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.7.0` --- ### 📝 Commits (1) - [`12bded7`](https://github.com/fsouza/fake-gcs-server/commit/12bded72f8f5a6611d02c6258d975b592d61e986) 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.6.0 to 2.7.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.7.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.6.0...v2.7.0">2.7.0</a> (2022-12-07)</h2> <h3>Features</h3> <ul> <li>Add &quot;transfer_manager&quot; module for concurrent uploads and downloads, as a preview feature (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/943">#943</a>) (<a href="https://github.com/googleapis/python-storage/commit/9998a5e1c9e9e8920c4d40e13e39095585de657a">9998a5e</a>)</li> <li>Add support for use_auth_w_custom_endpoint (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/901">#901</a>) (<a href="https://github.com/googleapis/python-storage/commit/4862a9c34fcd9524f31312227a2ccf5e376f39fa">4862a9c</a>)</li> <li>Add use_auth_w_custom_endpoint support (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/941">#941</a>) (<a href="https://github.com/googleapis/python-storage/commit/5291c08cc76a7dbd853e51c19c944f6336c14d26">5291c08</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Implement closed property on fileio.py classes (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/907">#907</a>) (<a href="https://github.com/googleapis/python-storage/commit/64406ca70cef98a81f6bb9da6e602196f4235178">64406ca</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.6.0...v2.7.0">2.7.0</a> (2022-12-07)</h2> <h3>Features</h3> <ul> <li>Add &quot;transfer_manager&quot; module for concurrent uploads and downloads, as a preview feature (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/943">#943</a>) (<a href="https://github.com/googleapis/python-storage/commit/9998a5e1c9e9e8920c4d40e13e39095585de657a">9998a5e</a>)</li> <li>Add use_auth_w_custom_endpoint support (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/941">#941</a>) (<a href="https://github.com/googleapis/python-storage/commit/5291c08cc76a7dbd853e51c19c944f6336c14d26">5291c08</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Implement closed property on fileio.py classes (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/907">#907</a>) (<a href="https://github.com/googleapis/python-storage/commit/64406ca70cef98a81f6bb9da6e602196f4235178">64406ca</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/a436e3ae481187faa6796cdcd6eca1a6f17e150f"><code>a436e3a</code></a> chore(main): release 2.7.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/919">#919</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5291c08cc76a7dbd853e51c19c944f6336c14d26"><code>5291c08</code></a> feat: add use_auth_w_custom_endpoint support (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/941">#941</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/64406ca70cef98a81f6bb9da6e602196f4235178"><code>64406ca</code></a> fix: implement closed property on fileio.py classes (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/907">#907</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9998a5e1c9e9e8920c4d40e13e39095585de657a"><code>9998a5e</code></a> feat: Add &quot;transfer_manager&quot; module for concurrent uploads and downloads, as ...</li> <li><a href="https://github.com/googleapis/python-storage/commit/1ca02333643b21d55b51bf2df7cf10765ba96d59"><code>1ca0233</code></a> Revert &quot;feat: add support for use_auth_w_custom_endpoint (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/901">#901</a>)&quot; (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/940">#940</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4862a9c34fcd9524f31312227a2ccf5e376f39fa"><code>4862a9c</code></a> feat: add support for use_auth_w_custom_endpoint (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/901">#901</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/47a04ef052d012aec55c4f93297b5453264a0c62"><code>47a04ef</code></a> chore(python): drop flake8-import-order in samples noxfile [autoapprove] (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/916">#916</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7cfedf41f7fde020aef42ce1fa9e780f11a5f1e4"><code>7cfedf4</code></a> chore(deps): update dependency pandas to v1.5.2 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/915">#915</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4cd4a047ca52b5c7d7813b1bf678a7a3fb71388b"><code>4cd4a04</code></a> tests: ensure test runs after reaching retention period (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/911">#911</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c774ad582d523ffa1446d48fd36440aa445ea94e"><code>c774ad5</code></a> chore: generate testing sponge logs and enable flakybot (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/905">#905</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.6.0...v2.7.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.6.0&new-version=2.7.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:05 +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#1107
No description provided.