[PR #268] [MERGED] build(deps): bump google-cloud-storage from 1.28.1 to 1.29.0 in /examples/python #472

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

📋 Pull Request Information

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

Base: masterHead: dependabot/pip/examples/python/google-cloud-storage-1.29.0


📝 Commits (1)

  • 8c1aa0b 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.28.1 to 1.29.0.

Changelog

Sourced from google-cloud-storage's changelog.

1.29.0 (2020-06-09)

Features

  • add generationmatch args into Blob.compose() (#122) (dc01c59)
  • add Bucket.reload() and Bucket.update() wrappers to restrict generation match args (#153) (76dd9ac), closes #127
  • add helper for bucket bound hostname URLs (#137) (b26f9fa), closes #121
  • add ifgenerationmatch support for Bucket.rename_blob() (#141) (f52efc8)
  • add ifgenerationMatch support, pt1 (#123) (0944442)
  • add offset and includeTrailingPrefix options to list_blobs (#125) (d84c0dd)
  • Create CODEOWNERS (#135) (32a8d55)

Bug Fixes

  • storage: add documentaion of list_blobs with user project (#147) (792b21f)
  • storage: add projection parameter to blob.reload method (#146) (ddad20b)
  • storage: add unused variables to method generation match (#152) (f6574bb)
  • storage: change the method names in snippets file (#161) (e516ed9)
  • storage: fix upload object with bucket cmek enabled (#158) (5f27ffa)
  • set default POST policy scheme to "http" (#172) (90c020d)
Commits
  • 65b1471 chore: release 1.29.0 (#131)
  • f52efc8 feat: add ifgenerationmatch support for Bucket.rename_blob() (#141)
  • dc01c59 feat: add generationmatch args into Blob.compose() (#122)
  • 90c020d fix: set default POST policy scheme to "http" (#172)
  • 7fa0f36 docs(storage): add document about default chunk size (#167)
  • 63cc73e docs(storage): add documentation about upload and download (#168)
  • b26f9fa feat: add helper for bucket bound hostname URLs (#137)
  • e516ed9 fix(storage): change the method names in snippets file (#161)
  • 5f27ffa fix(storage): fix upload object with bucket cmek enabled (#158)
  • 76dd9ac feat: add Bucket.reload() and Bucket.update() wrappers to restrict generation...
  • 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 will merge this PR once CI passes on it, as requested by @fsouza.


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/268 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.29.0` --- ### 📝 Commits (1) - [`8c1aa0b`](https://github.com/fsouza/fake-gcs-server/commit/8c1aa0b37b91714209700c14774d2ebba63c926d) 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.28.1 to 1.29.0. <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.28.1...v1.29.0">1.29.0</a> (2020-06-09)</h2> <h3>Features</h3> <ul> <li>add <em>generation</em>match args into Blob.compose() (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/122">#122</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/dc01c59e036164326aeeea164098cf2e6e0dc12c">dc01c59</a>)</li> <li>add Bucket.reload() and Bucket.update() wrappers to restrict generation match args (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/153">#153</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/76dd9ac7e8b7765defc5b521cfe059e08e33c65c">76dd9ac</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/127">#127</a></li> <li>add helper for bucket bound hostname URLs (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/137">#137</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/b26f9fa8a767b7d5affea8d2c4b87163ce979fd2">b26f9fa</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/121">#121</a></li> <li>add if<em>generation</em>match support for Bucket.rename_blob() (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/141">#141</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/f52efc807355c82aa3ea621cdadcc316175f0abf">f52efc8</a>)</li> <li>add if<em>generation</em>Match support, pt1 (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/123">#123</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/094444280dd7b7735e24071e5381508cbd392260">0944442</a>)</li> <li>add offset and includeTrailingPrefix options to list_blobs (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/125">#125</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/d84c0ddfd00fa731acfe9899c668041456b08ab7">d84c0dd</a>)</li> <li>Create CODEOWNERS (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/135">#135</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/32a8d55b6ec56a9f7c0a3502fbe23c1ba1cc8ad2">32a8d55</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> add documentaion of list_blobs with user project (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/147">#147</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/792b21fd2263b518d56f79cab6a4a1bb06c6e4e7">792b21f</a>)</li> <li><strong>storage:</strong> add projection parameter to blob.reload method (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/146">#146</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/ddad20b3c3d2e6bf482e34dad85fa4b0ff90e1b1">ddad20b</a>)</li> <li><strong>storage:</strong> add unused variables to method generation match (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/152">#152</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/f6574bb84c60c30989d05dba97b423579360cdb2">f6574bb</a>)</li> <li><strong>storage:</strong> change the method names in snippets file (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/161">#161</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/e516ed9be518e30df4e201d3242f979c0b081086">e516ed9</a>)</li> <li><strong>storage:</strong> fix upload object with bucket cmek enabled (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/158">#158</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/5f27ffa3b1b55681453b594a0ef9e2811fc5f0c8">5f27ffa</a>)</li> <li>set default POST policy scheme to &quot;http&quot; (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/172">#172</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/90c020d69a69ebc396416e4086a2e0838932130c">90c020d</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/65b1471c1b50eeb61bbd926d4809d847b932df31"><code>65b1471</code></a> chore: release 1.29.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/131">#131</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/f52efc807355c82aa3ea621cdadcc316175f0abf"><code>f52efc8</code></a> feat: add if<em>generation</em>match support for Bucket.rename_blob() (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/141">#141</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/dc01c59e036164326aeeea164098cf2e6e0dc12c"><code>dc01c59</code></a> feat: add <em>generation</em>match args into Blob.compose() (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/122">#122</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/90c020d69a69ebc396416e4086a2e0838932130c"><code>90c020d</code></a> fix: set default POST policy scheme to &quot;http&quot; (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/172">#172</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7fa0f369c79e446a3d63f498de682916c68da590"><code>7fa0f36</code></a> docs(storage): add document about default chunk size (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/167">#167</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/63cc73ef1f21d8f4f87c773dc5787678980d72fa"><code>63cc73e</code></a> docs(storage): add documentation about upload and download (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/168">#168</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/b26f9fa8a767b7d5affea8d2c4b87163ce979fd2"><code>b26f9fa</code></a> feat: add helper for bucket bound hostname URLs (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/137">#137</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/e516ed9be518e30df4e201d3242f979c0b081086"><code>e516ed9</code></a> fix(storage): change the method names in snippets file (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/161">#161</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5f27ffa3b1b55681453b594a0ef9e2811fc5f0c8"><code>5f27ffa</code></a> fix(storage): fix upload object with bucket cmek enabled (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/158">#158</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/76dd9ac7e8b7765defc5b521cfe059e08e33c65c"><code>76dd9ac</code></a> feat: add Bucket.reload() and Bucket.update() wrappers to restrict generation...</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v1.28.1...v1.29.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.28.1&new-version=1.29.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 will merge this PR once CI passes on it, as requested by @fsouza. [//]: # (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:11 +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#472
No description provided.