[PR #1229] [MERGED] build(deps): bump google-cloud-storage from 2.9.0 to 2.10.0 in /examples/python #1309

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1229
Author: @dependabot[bot]
Created: 6/27/2023
Status: Merged
Merged: 6/29/2023
Merged by: @fsouza

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


📝 Commits (1)

  • f323946 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.9.0 to 2.10.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.10.0

2.10.0 (2023-06-14)

Features

  • Add matchGlob parameter to list_blobs (#1055) (d02098e)
  • Allow exceptions to be included in batch responses (#1043) (94a35ba)

Bug Fixes

  • Extend wait for bucket metadata consistency in system tests (#1053) (d78586c)

Documentation

Changelog

Sourced from google-cloud-storage's changelog.

2.10.0 (2023-06-14)

Features

  • Add matchGlob parameter to list_blobs (#1055) (d02098e)
  • Allow exceptions to be included in batch responses (#1043) (94a35ba)

Bug Fixes

  • Extend wait for bucket metadata consistency in system tests (#1053) (d78586c)

Documentation

Commits
  • 459504e chore(main): release 2.10.0 (#1056)
  • d02098e feat: add matchGlob parameter to list_blobs (#1055)
  • 7d65c26 chore(deps): update dependency pytest to v7.3.2 (#1061)
  • 11f6024 docs: add clarification to batch module (#1045)
  • ab74673 build(deps): bump cryptography from 39.0.1 to 41.0.0 in /synthtool/gcp/templa...
  • d78586c fix: extend wait for bucket metadata consistency in system tests (#1053)
  • c42f4a4 chore(deps): update all dependencies (#1042)
  • 94a35ba feat: allow exceptions to be included in batch responses (#1043)
  • f4d8637 build(deps): bump requests from 2.28.1 to 2.31.0 in /synthtool/gcp/templates/...
  • 2b449cd chore: add option to delete benchmarking bucket (#1038)
  • 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/1229 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/29/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.10.0` --- ### 📝 Commits (1) - [`f323946`](https://github.com/fsouza/fake-gcs-server/commit/f3239465a72613e602d2e9242185a86841ba4c39) 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.9.0 to 2.10.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.10.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.9.0...v2.10.0">2.10.0</a> (2023-06-14)</h2> <h3>Features</h3> <ul> <li>Add matchGlob parameter to list_blobs (<a href="https://redirect.github.com/googleapis/python-storage/issues/1055">#1055</a>) (<a href="https://github.com/googleapis/python-storage/commit/d02098e6d5f656f9802cf0a494b507d77b065be7">d02098e</a>)</li> <li>Allow exceptions to be included in batch responses (<a href="https://redirect.github.com/googleapis/python-storage/issues/1043">#1043</a>) (<a href="https://github.com/googleapis/python-storage/commit/94a35ba7416804881973f6a5296b430bdcf2832d">94a35ba</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Extend wait for bucket metadata consistency in system tests (<a href="https://redirect.github.com/googleapis/python-storage/issues/1053">#1053</a>) (<a href="https://github.com/googleapis/python-storage/commit/d78586c388a683b8678f280df0c9456c6e109af7">d78586c</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add clarification to batch module (<a href="https://redirect.github.com/googleapis/python-storage/issues/1045">#1045</a>) (<a href="https://github.com/googleapis/python-storage/commit/11f6024a4fd0a66e8cdcc6c89c3d33534892386d">11f6024</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.9.0...v2.10.0">2.10.0</a> (2023-06-14)</h2> <h3>Features</h3> <ul> <li>Add matchGlob parameter to list_blobs (<a href="https://redirect.github.com/googleapis/python-storage/issues/1055">#1055</a>) (<a href="https://github.com/googleapis/python-storage/commit/d02098e6d5f656f9802cf0a494b507d77b065be7">d02098e</a>)</li> <li>Allow exceptions to be included in batch responses (<a href="https://redirect.github.com/googleapis/python-storage/issues/1043">#1043</a>) (<a href="https://github.com/googleapis/python-storage/commit/94a35ba7416804881973f6a5296b430bdcf2832d">94a35ba</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Extend wait for bucket metadata consistency in system tests (<a href="https://redirect.github.com/googleapis/python-storage/issues/1053">#1053</a>) (<a href="https://github.com/googleapis/python-storage/commit/d78586c388a683b8678f280df0c9456c6e109af7">d78586c</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add clarification to batch module (<a href="https://redirect.github.com/googleapis/python-storage/issues/1045">#1045</a>) (<a href="https://github.com/googleapis/python-storage/commit/11f6024a4fd0a66e8cdcc6c89c3d33534892386d">11f6024</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/459504e190efedff713b07ec72d3fbeff0fc92c9"><code>459504e</code></a> chore(main): release 2.10.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1056">#1056</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/d02098e6d5f656f9802cf0a494b507d77b065be7"><code>d02098e</code></a> feat: add matchGlob parameter to list_blobs (<a href="https://redirect.github.com/googleapis/python-storage/issues/1055">#1055</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7d65c268dc95faa2cee35f8b100f02f03a2d16a4"><code>7d65c26</code></a> chore(deps): update dependency pytest to v7.3.2 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1061">#1061</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/11f6024a4fd0a66e8cdcc6c89c3d33534892386d"><code>11f6024</code></a> docs: add clarification to batch module (<a href="https://redirect.github.com/googleapis/python-storage/issues/1045">#1045</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ab7467303f71fa71c42cdb07b43597b3889030d3"><code>ab74673</code></a> build(deps): bump cryptography from 39.0.1 to 41.0.0 in /synthtool/gcp/templa...</li> <li><a href="https://github.com/googleapis/python-storage/commit/d78586c388a683b8678f280df0c9456c6e109af7"><code>d78586c</code></a> fix: extend wait for bucket metadata consistency in system tests (<a href="https://redirect.github.com/googleapis/python-storage/issues/1053">#1053</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c42f4a43129f376e3d1daea19df2058719ffe296"><code>c42f4a4</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/googleapis/python-storage/issues/1042">#1042</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/94a35ba7416804881973f6a5296b430bdcf2832d"><code>94a35ba</code></a> feat: allow exceptions to be included in batch responses (<a href="https://redirect.github.com/googleapis/python-storage/issues/1043">#1043</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/f4d863749e0624cfcc6ae8657afd40cb57a70d64"><code>f4d8637</code></a> build(deps): bump requests from 2.28.1 to 2.31.0 in /synthtool/gcp/templates/...</li> <li><a href="https://github.com/googleapis/python-storage/commit/2b449cd289cb573ca1653bba37ecb84d35a025ad"><code>2b449cd</code></a> chore: add option to delete benchmarking bucket (<a href="https://redirect.github.com/googleapis/python-storage/issues/1038">#1038</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.9.0...v2.10.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.9.0&new-version=2.10.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:34:01 +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#1309
No description provided.