[PR #368] [MERGED] build(deps): bump google-cloud-storage from 1.32.0 to 1.33.0 in /examples/python #556

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • ff8b9f6 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 1.32.0 to 1.33.0.

Release notes

Sourced from google-cloud-storage's releases.

v1.33.0

Features

  • add classifiers for python3.9 and remove for python3.5 (#295) (f072825)
  • add testing support for Python 3.9, drop Python 3.5 (#313) (fa14009)

Bug Fixes

  • use passed-in client within Blob.from_string and helpers (#290) (d457ce3), closes #286
  • preserve metadata value when uploading new file content (#298) (5ab6b0d), closes #293
Changelog

Sourced from google-cloud-storage's changelog.

1.33.0 (2020-11-16)

Features

  • add classifiers for python3.9 and remove for python3.5 (#295) (f072825)
  • add testing support for Python 3.9, drop Python 3.5 (#313) (fa14009)

Bug Fixes

  • use passed-in client within Blob.from_string and helpers (#290) (d457ce3), closes #286
  • preserve metadata value when uploading new file content (#298) (5ab6b0d), closes #293
Commits
  • dc36719 chore: release 1.33.0 (#314)
  • ed006ca tests: add explicit coverage for retry members (#308)
  • f072825 feat: add classifiers for python3.9 and remove for python3.5 (#295)
  • fa14009 feat: add testing for Python 3.9, drop Python 3.5 (#313)
  • 59d859f tests: avoid depending on hash order (#310)
  • 142639a tests: cover 'Blob.download_as_string' when no hash matches (#284)
  • d457ce3 fix: from_string method of blob and bucket class (#290)
  • 5ab6b0d fix: preserve metadata value (#298)
  • 3bf5c52 tests: normailze systest data paths for Windows (#306)
  • 75f12cc tests: bump max retries for 429/503 (#305)
  • See full diff 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/368 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/17/2020 **Status:** ✅ Merged **Merged:** 11/17/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.33.0` --- ### 📝 Commits (1) - [`ff8b9f6`](https://github.com/fsouza/fake-gcs-server/commit/ff8b9f6dc560c7f9edd61602ac6170492d2397e5) 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 1.32.0 to 1.33.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>v1.33.0</h2> <h3>Features</h3> <ul> <li>add classifiers for python3.9 and remove for python3.5 (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/295">#295</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/f072825ce03d774fd95d9fe3db95a8c7130b0e8a">f072825</a>)</li> <li>add testing support for Python 3.9, drop Python 3.5 (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/313">#313</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/fa140092877a277abbb23785657590a274a86d61">fa14009</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>use passed-in <code>client</code> within <code>Blob.from_string</code> and helpers (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/290">#290</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/d457ce3e161555c9117ae288ec0c9cd5f8d5fe3a">d457ce3</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/286">#286</a></li> <li>preserve <code>metadata</code> value when uploading new file content (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/298">#298</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/5ab6b0d9a2b27ae830740a7a0226fc1e241e9ec4">5ab6b0d</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/293">#293</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md">google-cloud-storage's changelog</a>.</em></p> <blockquote> <h2><a href="https://www.github.com/googleapis/python-storage/compare/v1.32.0...v1.33.0">1.33.0</a> (2020-11-16)</h2> <h3>Features</h3> <ul> <li>add classifiers for python3.9 and remove for python3.5 (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/295">#295</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/f072825ce03d774fd95d9fe3db95a8c7130b0e8a">f072825</a>)</li> <li>add testing support for Python 3.9, drop Python 3.5 (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/313">#313</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/fa140092877a277abbb23785657590a274a86d61">fa14009</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>use passed-in <code>client</code> within <code>Blob.from_string</code> and helpers (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/290">#290</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/d457ce3e161555c9117ae288ec0c9cd5f8d5fe3a">d457ce3</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/286">#286</a></li> <li>preserve <code>metadata</code> value when uploading new file content (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/298">#298</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/5ab6b0d9a2b27ae830740a7a0226fc1e241e9ec4">5ab6b0d</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/293">#293</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/dc3671963f25dde7ba393c8e3939225b5c61d158"><code>dc36719</code></a> chore: release 1.33.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/314">#314</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ed006caf86915e42f8dfd9a4c6d71743b8e50da0"><code>ed006ca</code></a> tests: add explicit coverage for retry members (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/308">#308</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/f072825ce03d774fd95d9fe3db95a8c7130b0e8a"><code>f072825</code></a> feat: add classifiers for python3.9 and remove for python3.5 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/295">#295</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/fa140092877a277abbb23785657590a274a86d61"><code>fa14009</code></a> feat: add testing for Python 3.9, drop Python 3.5 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/313">#313</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/59d859f2a80860d66135f656c4660b95937fce64"><code>59d859f</code></a> tests: avoid depending on hash order (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/310">#310</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/142639a9b9621b17709ee631652a6ef4f5058caf"><code>142639a</code></a> tests: cover 'Blob.download_as_string' when no hash matches (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/284">#284</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/d457ce3e161555c9117ae288ec0c9cd5f8d5fe3a"><code>d457ce3</code></a> fix: from_string method of blob and bucket class (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/290">#290</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5ab6b0d9a2b27ae830740a7a0226fc1e241e9ec4"><code>5ab6b0d</code></a> fix: preserve metadata value (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/298">#298</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/3bf5c5213a3fac2058a07539e0a1e1c4497d5f07"><code>3bf5c52</code></a> tests: normailze systest data paths for Windows (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/306">#306</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/75f12cc7cc948c44d092693c28f57c6f9b6784f7"><code>75f12cc</code></a> tests: bump max retries for 429/503 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/305">#305</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/python-storage/compare/v1.32.0...v1.33.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=1.32.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:30:35 +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#556
No description provided.