[PR #314] [MERGED] build(deps): bump google-cloud-storage from 1.30.0 to 1.31.0 in /examples/python #508

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/314
Author: @dependabot[bot]
Created: 8/27/2020
Status: Merged
Merged: 8/28/2020
Merged by: @dependabot[bot]

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


📝 Commits (1)

  • f8c157f 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.30.0 to 1.31.0.

Release notes

Sourced from google-cloud-storage's releases.

v1.31.0

Features

  • add configurable checksumming for blob uploads and downloads (#246) (23b7d1c)
  • add support for 'Blob.custom_time' and lifecycle rules (#199) (180873d)
  • error message return from api (#235) (a8de586)
  • storage: add support of daysSinceNoncurrentTime and noncurrentTimeBefore (#162) (136c097)
  • pass 'client_options' to base class ctor (#225) (e1f91fc), closes #210
  • rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as_text' (#182) (73107c3)

Bug Fixes

Documentation

Changelog

Sourced from google-cloud-storage's changelog.

1.31.0 (2020-08-26)

Features

  • add configurable checksumming for blob uploads and downloads (#246) (23b7d1c)
  • add support for 'Blob.custom_time' and lifecycle rules (#199) (180873d)
  • error message return from api (#235) (a8de586)
  • storage: add support of daysSinceNoncurrentTime and noncurrentTimeBefore (#162) (136c097)
  • pass 'client_options' to base class ctor (#225) (e1f91fc), closes #210
  • rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as_text' (#182) (73107c3)

Bug Fixes

Documentation

Commits
  • 22eeb2f chore: release 1.31.0 (#231)
  • e722376 fix: repair mal-formed docstring (#255)
  • 23b7d1c feat: add configurable checksumming for blob uploads and downloads (#246)
  • 180873d feat: add support for 'Blob.custom_time' and lifecycle rules (#199)
  • a8de586 feat: error message return from api (#235)
  • 3465d08 fix: change datetime.now to utcnow (#251)
  • 136c097 feat(storage): add support of daysSinceNoncurrentTime and noncurrentTimeBefor...
  • 413f7b5 tests: replace unsafe 'tempfile.mktemp' usage (#248)
  • cd95200 test: add retry for bucket cmek enabled system test (#245)
  • 23cfb65 fix: extract hashes correctly during download (#238)
  • 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/314 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/27/2020 **Status:** ✅ Merged **Merged:** 8/28/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.31.0` --- ### 📝 Commits (1) - [`f8c157f`](https://github.com/fsouza/fake-gcs-server/commit/f8c157f4cfadad7d62859f50d6753e6b68183b3b) 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.30.0 to 1.31.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.31.0</h2> <h3>Features</h3> <ul> <li>add configurable checksumming for blob uploads and downloads (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/246">#246</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/23b7d1c3155deae3c804c510dee3a7cec97cd46c">23b7d1c</a>)</li> <li>add support for 'Blob.custom_time' and lifecycle rules (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/199">#199</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/180873de139f7f8e00b7bef423bc15760cf68cc2">180873d</a>)</li> <li>error message return from api (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/235">#235</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/a8de5868f32b45868f178f420138fcd2fe42f5fd">a8de586</a>)</li> <li><strong>storage:</strong> add support of daysSinceNoncurrentTime and noncurrentTimeBefore (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/162">#162</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/136c0970f8ef7ad4751104e3b8b7dd3204220a67">136c097</a>)</li> <li>pass 'client_options' to base class ctor (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/225">#225</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/e1f91fcca6c001bc3b0c5f759a7a003fcf60c0a6">e1f91fc</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/210">#210</a></li> <li>rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as_text' (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/182">#182</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/73107c35f23c4a358e957c2b8188300a7fa958fe">73107c3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>change datetime.now to utcnow (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/251">#251</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/3465d08e098edb250dee5e97d1fb9ded8bae5700">3465d08</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/228">#228</a></li> <li>extract hashes correctly during download (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/238">#238</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/23cfb65c3a3b10759c67846e162e4ed77a3f5307">23cfb65</a>)</li> <li>repair mal-formed docstring (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/255">#255</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/e722376371cb8a3acc46d6c84fb41f4e874f41aa">e722376</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update docs build (via synth) (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/222">#222</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4c5adfa6e05bf018d72ee1a7e99679fd55f2c662">4c5adfa</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.30.0...v1.31.0">1.31.0</a> (2020-08-26)</h2> <h3>Features</h3> <ul> <li>add configurable checksumming for blob uploads and downloads (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/246">#246</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/23b7d1c3155deae3c804c510dee3a7cec97cd46c">23b7d1c</a>)</li> <li>add support for 'Blob.custom_time' and lifecycle rules (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/199">#199</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/180873de139f7f8e00b7bef423bc15760cf68cc2">180873d</a>)</li> <li>error message return from api (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/235">#235</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/a8de5868f32b45868f178f420138fcd2fe42f5fd">a8de586</a>)</li> <li><strong>storage:</strong> add support of daysSinceNoncurrentTime and noncurrentTimeBefore (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/162">#162</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/136c0970f8ef7ad4751104e3b8b7dd3204220a67">136c097</a>)</li> <li>pass 'client_options' to base class ctor (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/225">#225</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/e1f91fcca6c001bc3b0c5f759a7a003fcf60c0a6">e1f91fc</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/210">#210</a></li> <li>rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as_text' (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/182">#182</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/73107c35f23c4a358e957c2b8188300a7fa958fe">73107c3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>change datetime.now to utcnow (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/251">#251</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/3465d08e098edb250dee5e97d1fb9ded8bae5700">3465d08</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/228">#228</a></li> <li>extract hashes correctly during download (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/238">#238</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/23cfb65c3a3b10759c67846e162e4ed77a3f5307">23cfb65</a>)</li> <li>repair mal-formed docstring (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/255">#255</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/e722376371cb8a3acc46d6c84fb41f4e874f41aa">e722376</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update docs build (via synth) (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/222">#222</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4c5adfa6e05bf018d72ee1a7e99679fd55f2c662">4c5adfa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/22eeb2f66e1372798a07c97aa30236c178e1da1b"><code>22eeb2f</code></a> chore: release 1.31.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/231">#231</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/e722376371cb8a3acc46d6c84fb41f4e874f41aa"><code>e722376</code></a> fix: repair mal-formed docstring (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/255">#255</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/23b7d1c3155deae3c804c510dee3a7cec97cd46c"><code>23b7d1c</code></a> feat: add configurable checksumming for blob uploads and downloads (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/246">#246</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/180873de139f7f8e00b7bef423bc15760cf68cc2"><code>180873d</code></a> feat: add support for 'Blob.custom_time' and lifecycle rules (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/199">#199</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/a8de5868f32b45868f178f420138fcd2fe42f5fd"><code>a8de586</code></a> feat: error message return from api (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/235">#235</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/3465d08e098edb250dee5e97d1fb9ded8bae5700"><code>3465d08</code></a> fix: change datetime.now to utcnow (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/251">#251</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/136c0970f8ef7ad4751104e3b8b7dd3204220a67"><code>136c097</code></a> feat(storage): add support of daysSinceNoncurrentTime and noncurrentTimeBefor...</li> <li><a href="https://github.com/googleapis/python-storage/commit/413f7b55827c7d1e1d915a96568cd19c4a3868fa"><code>413f7b5</code></a> tests: replace unsafe 'tempfile.mktemp' usage (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/248">#248</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/cd95200661dc8c94af4f5803245204b03696c7fc"><code>cd95200</code></a> test: add retry for bucket cmek enabled system test (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/245">#245</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/23cfb65c3a3b10759c67846e162e4ed77a3f5307"><code>23cfb65</code></a> fix: extract hashes correctly during download (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/238">#238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v1.30.0...v1.31.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.30.0&new-version=1.31.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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:21 +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#508
No description provided.