[PR #209] [MERGED] build(deps): bump google-cloud-storage from 1.26.0 to 1.27.0 in /examples/python #430

Closed
opened 2026-03-03 12:29:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/209
Author: @dependabot-preview[bot]
Created: 4/2/2020
Status: Merged
Merged: 4/2/2020
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

  • 964ba7a 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.26.0 to 1.27.0.

Changelog

Sourced from google-cloud-storage's changelog.

1.27.0 (2020-04-01)

Features

  • generate signed URLs for blobs/buckets using virtual hostname (#58) (23df542)
  • storage: Add cname support for V4 signature (#72) (cc853af)
  • storage: add conformance tests for virtual hosted style signed URLs (#83) (5adc8b0)
  • storage: add get notification method (#77) (f602252)
  • storage: improve v4 signature query parameters encoding (#48) (8df0b55)

Bug Fixes

  • storage: fix blob metadata to None regression (#60) (a834d1b)
  • add classifer for Python 3.8 (#63) (1b9b6bc)
  • make v4 signing formatting consistent w/ spec (#56) (8712da8)
  • use correct IAM object admin role (#71) (2e27edd)
  • storage: remove docstring of retrun in reload method (#78) (4abeb1c)
  • storage: use OrderedDict while encoding POST policy (#95) (df560e1)
Commits
  • ef98a3a chore: release 1.27.0 (#64)
  • df560e1 fix(storage): use OrderedDict while encoding POST policy (#95)
  • b451e2d feature: V4 Post policies (#87)
  • a50cdd1 refactor(storage): consistent use of optional keyword (#81)
  • c99b416 Fix typo in docs: paramters -> parameters (#84)
  • 635951a docs(storage): few spelling fixes for generate_signed_url() (#85)
  • 5adc8b0 feat(storage): add conformance tests for virtual hosted style signed URLs (#83)
  • cc853af feat(storage): Add cname support for V4 signature (#72)
  • 4c1c819 docs(storage): add description and example to retrieve the hash of blob (#75)
  • 8df0b55 feat(storage): improve v4 signature query parameters encoding (#48)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/209 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/2/2020 **Status:** ✅ Merged **Merged:** 4/2/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.27.0` --- ### 📝 Commits (1) - [`964ba7a`](https://github.com/fsouza/fake-gcs-server/commit/964ba7a7e163497de5490d70d9a6c4cb8271f672) 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.26.0 to 1.27.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.26.0...v1.27.0">1.27.0</a> (2020-04-01)</h2> <h3>Features</h3> <ul> <li>generate signed URLs for blobs/buckets using virtual hostname (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/58">#58</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/23df542d0669852b05139023d5ef1ae14a09f4c7">23df542</a>)</li> <li><strong>storage:</strong> Add cname support for V4 signature (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/72">#72</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/cc853af6bf8e44e5b16e8cdfb3a275629ffb1f27">cc853af</a>)</li> <li><strong>storage:</strong> add conformance tests for virtual hosted style signed URLs (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/83">#83</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/5adc8b0e6ffe28185a4085cd1fc8c1b4998094aa">5adc8b0</a>)</li> <li><strong>storage:</strong> add get notification method (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/77">#77</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/f6022521bee0824e1b291211703afc5eae6c6891">f602252</a>)</li> <li><strong>storage:</strong> improve v4 signature query parameters encoding (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/48">#48</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/8df0b554a1904787889309707f08c6b8683cad44">8df0b55</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> fix blob metadata to None regression (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/60">#60</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/a834d1b54aa96152ced4d841c4e0c241acd2d8d8">a834d1b</a>)</li> <li>add classifer for Python 3.8 (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/63">#63</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/1b9b6bc2601ee336a8399266852fb850e368b30a">1b9b6bc</a>)</li> <li>make v4 signing formatting consistent w/ spec (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/56">#56</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/8712da84c93600a736e72a097c42a49b4724347d">8712da8</a>)</li> <li>use correct IAM object admin role (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/71">#71</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/2e27edd3fe65cd5e17c12bf11f2b58f611937d61">2e27edd</a>)</li> <li><strong>storage:</strong> remove docstring of retrun in reload method (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/78">#78</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4abeb1c0810c4e5d716758536da9fc204fa4c2a9">4abeb1c</a>)</li> <li><strong>storage:</strong> use OrderedDict while encoding POST policy (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/95">#95</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/df560e178369a6d03140e412a25af6ec7444f5a1">df560e1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/ef98a3a63fd13c3530e8c1488a08140212c2dc36"><code>ef98a3a</code></a> chore: release 1.27.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/64">#64</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/df560e178369a6d03140e412a25af6ec7444f5a1"><code>df560e1</code></a> fix(storage): use OrderedDict while encoding POST policy (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/95">#95</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/b451e2d3f18fb079d8b5a8b1842b3c528880b706"><code>b451e2d</code></a> feature: V4 Post policies (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/87">#87</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/a50cdd145d39cb67e0d7021c376acbe376436178"><code>a50cdd1</code></a> refactor(storage): consistent use of optional keyword (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/81">#81</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c99b41604db2866063e3981878cbb3403278f7ff"><code>c99b416</code></a> Fix typo in docs: paramters -&gt; parameters (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/84">#84</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/635951af212cfe1ab449dc15caf788c9df2b48ac"><code>635951a</code></a> docs(storage): few spelling fixes for generate_signed_url() (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/85">#85</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5adc8b0e6ffe28185a4085cd1fc8c1b4998094aa"><code>5adc8b0</code></a> feat(storage): add conformance tests for virtual hosted style signed URLs (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/83">#83</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/cc853af6bf8e44e5b16e8cdfb3a275629ffb1f27"><code>cc853af</code></a> feat(storage): Add cname support for V4 signature (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/72">#72</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4c1c819539f8026e14dbe67734be1395ccb18aae"><code>4c1c819</code></a> docs(storage): add description and example to retrieve the hash of blob (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/75">#75</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/8df0b554a1904787889309707f08c6b8683cad44"><code>8df0b55</code></a> feat(storage): improve v4 signature query parameters encoding (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/48">#48</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.26.0&new-version=1.27.0)](https://dependabot.com/compatibility-score/?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.26.0&new-version=1.27.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:29:58 +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#430
No description provided.