[PR #825] [MERGED] build(deps): bump google-cloud-storage from 2.3.0 to 2.4.0 in /examples/python #948

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

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

View changed files

📝 examples/python/requirements.txt (+1 -2)

📄 Description

Bumps google-cloud-storage from 2.3.0 to 2.4.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.4.0

2.4.0 (2022-06-07)

Features

  • add AbortIncompleteMultipartUpload lifecycle rule (#765) (b2e5150)
  • support OLM Prefix/Suffix (#773) (187cf50)

Bug Fixes

  • fix rewrite object in CMEK enabled bucket (#807) (9b3cbf3)

Documentation

  • fix changelog header to consistent size (#802) (4dd0907)
  • samples: Update the Recovery Point Objective (RPO) sample output (#725) (b0bf411)
  • Update generation_metageneration.rst with a missing space (#798) (1e7cdb6)
  • update retry docs (#808) (c365d5b)
Changelog

Sourced from google-cloud-storage's changelog.

2.4.0 (2022-06-07)

Features

  • add AbortIncompleteMultipartUpload lifecycle rule (#765) (b2e5150)
  • support OLM Prefix/Suffix (#773) (187cf50)

Bug Fixes

  • fix rewrite object in CMEK enabled bucket (#807) (9b3cbf3)

Documentation

  • fix changelog header to consistent size (#802) (4dd0907)
  • samples: Update the Recovery Point Objective (RPO) sample output (#725) (b0bf411)
  • Update generation_metageneration.rst with a missing space (#798) (1e7cdb6)
  • update retry docs (#808) (c365d5b)
Commits
  • a62cbb2 chore(main): release 2.4.0 (#768)
  • 187cf50 feat: support OLM Prefix/Suffix (#773)
  • 7b6895c chore(deps): update dependency backoff to v2.1.0 (#810)
  • c7b7fae chore(deps): update dependency google-cloud-pubsub to v2.13.0 (#809)
  • 1e7cdb6 docs: Update generation_metageneration.rst with a missing space (#798)
  • c365d5b docs: update retry docs (#808)
  • 9b3cbf3 fix: fix rewrite object in CMEK enabled bucket (#807)
  • 4dd0907 docs: fix changelog header to consistent size (#802)
  • 29bf346 chore: update owlbot requests intersphinx url (#803)
  • 18bbbd3 chore: update sphinx arrangement to remove duplicate entries on cloudsite (#790)
  • 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/825 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/9/2022 **Status:** ✅ Merged **Merged:** 6/9/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-2.4.0` --- ### 📝 Commits (1) - [`cb9bc30`](https://github.com/fsouza/fake-gcs-server/commit/cb9bc30cd77797766c69d3386929f29a3871d37d) build(deps): bump google-cloud-storage in /examples/python ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+1 -2) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.3.0 to 2.4.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.4.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.3.0...v2.4.0">2.4.0</a> (2022-06-07)</h2> <h3>Features</h3> <ul> <li>add AbortIncompleteMultipartUpload lifecycle rule (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/765">#765</a>) (<a href="https://github.com/googleapis/python-storage/commit/b2e5150f191c04acb47ad98cef88512451aff81d">b2e5150</a>)</li> <li>support OLM Prefix/Suffix (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/773">#773</a>) (<a href="https://github.com/googleapis/python-storage/commit/187cf503194cf636640ca8ba787f9e8c216ea763">187cf50</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix rewrite object in CMEK enabled bucket (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/807">#807</a>) (<a href="https://github.com/googleapis/python-storage/commit/9b3cbf3789c21462eac3c776cd29df12701e792f">9b3cbf3</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix changelog header to consistent size (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/802">#802</a>) (<a href="https://github.com/googleapis/python-storage/commit/4dd0907b68e20d1ffcd0fe350831867197917e0d">4dd0907</a>)</li> <li><strong>samples:</strong> Update the Recovery Point Objective (RPO) sample output (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/725">#725</a>) (<a href="https://github.com/googleapis/python-storage/commit/b0bf411f8fec8712b3eeb99a2dd33de6d82312f8">b0bf411</a>)</li> <li>Update generation_metageneration.rst with a missing space (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/798">#798</a>) (<a href="https://github.com/googleapis/python-storage/commit/1e7cdb655beb2a61a0d1b984c4d0468ec31bf463">1e7cdb6</a>)</li> <li>update retry docs (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/808">#808</a>) (<a href="https://github.com/googleapis/python-storage/commit/c365d5bbd78292adb6861da3cdfae9ab7b39b844">c365d5b</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.3.0...v2.4.0">2.4.0</a> (2022-06-07)</h2> <h3>Features</h3> <ul> <li>add AbortIncompleteMultipartUpload lifecycle rule (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/765">#765</a>) (<a href="https://github.com/googleapis/python-storage/commit/b2e5150f191c04acb47ad98cef88512451aff81d">b2e5150</a>)</li> <li>support OLM Prefix/Suffix (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/773">#773</a>) (<a href="https://github.com/googleapis/python-storage/commit/187cf503194cf636640ca8ba787f9e8c216ea763">187cf50</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix rewrite object in CMEK enabled bucket (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/807">#807</a>) (<a href="https://github.com/googleapis/python-storage/commit/9b3cbf3789c21462eac3c776cd29df12701e792f">9b3cbf3</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix changelog header to consistent size (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/802">#802</a>) (<a href="https://github.com/googleapis/python-storage/commit/4dd0907b68e20d1ffcd0fe350831867197917e0d">4dd0907</a>)</li> <li><strong>samples:</strong> Update the Recovery Point Objective (RPO) sample output (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/725">#725</a>) (<a href="https://github.com/googleapis/python-storage/commit/b0bf411f8fec8712b3eeb99a2dd33de6d82312f8">b0bf411</a>)</li> <li>Update generation_metageneration.rst with a missing space (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/798">#798</a>) (<a href="https://github.com/googleapis/python-storage/commit/1e7cdb655beb2a61a0d1b984c4d0468ec31bf463">1e7cdb6</a>)</li> <li>update retry docs (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/808">#808</a>) (<a href="https://github.com/googleapis/python-storage/commit/c365d5bbd78292adb6861da3cdfae9ab7b39b844">c365d5b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/a62cbb2d8774c079e15dad3161f3d48297f67686"><code>a62cbb2</code></a> chore(main): release 2.4.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/768">#768</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/187cf503194cf636640ca8ba787f9e8c216ea763"><code>187cf50</code></a> feat: support OLM Prefix/Suffix (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/773">#773</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7b6895c71140d74f25bb6bc1f6d85d7f5d26673f"><code>7b6895c</code></a> chore(deps): update dependency backoff to v2.1.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/810">#810</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c7b7faef4a649aea866aaac3dde56990f357b9b5"><code>c7b7fae</code></a> chore(deps): update dependency google-cloud-pubsub to v2.13.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/809">#809</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/1e7cdb655beb2a61a0d1b984c4d0468ec31bf463"><code>1e7cdb6</code></a> docs: Update generation_metageneration.rst with a missing space (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/798">#798</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c365d5bbd78292adb6861da3cdfae9ab7b39b844"><code>c365d5b</code></a> docs: update retry docs (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/808">#808</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9b3cbf3789c21462eac3c776cd29df12701e792f"><code>9b3cbf3</code></a> fix: fix rewrite object in CMEK enabled bucket (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/807">#807</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4dd0907b68e20d1ffcd0fe350831867197917e0d"><code>4dd0907</code></a> docs: fix changelog header to consistent size (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/802">#802</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/29bf346c5dfc017f344eb9231f7ef34cdcded5c8"><code>29bf346</code></a> chore: update owlbot requests intersphinx url (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/803">#803</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/18bbbd32194e88bdcea3b902ba6a0e5cee0a42c6"><code>18bbbd3</code></a> chore: update sphinx arrangement to remove duplicate entries on cloudsite (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/790">#790</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.3.0...v2.4.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.3.0&new-version=2.4.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:32:22 +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#948
No description provided.