[PR #177] [MERGED] build(deps): bump google-cloud-storage from 1.25.0 to 1.26.0 in /examples/python #406

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • d43a315 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.25.0 to 1.26.0.

Changelog

Sourced from google-cloud-storage's changelog.

1.26.0 (2020-02-12)

Features

  • storage: add support for signing URLs using token (#9889) (ad280bf)
  • add timeout parameter to public methods (#44) (63abf07)

Bug Fixes

  • storage: fix documentation of max_result parameter in list_blob (#43) (ff15f19)
  • storage: fix system test and change scope for iam access token (#47) (bc5375f)
  • tests: remove low version error assertion from iam conditions system tests (#53) (8904aee)
Commits
  • 0e5c082 chore: release 1.26.0 (#39)
  • bc5375f fix(storage): fix system test and change scope for iam access token (#47)
  • 8904aee fix(tests): remove low version error assertion from iam conditions system tes...
  • 63abf07 feat: add timeout parameter to public methods (#44)
  • 64abf24 chore: bump google-auth dependency to v1.11.0+ (#45)
  • ff15f19 fix(storage): fix documentation of max_result parameter in list_blob (#43)
  • 3849676 Merge pull request #1 from googleapis/repo-templates
  • e4f0ffd fix: coverage update
  • 2622b83 fix: update test_utils
  • 56175fe fix: test_utils
  • 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/177 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/13/2020 **Status:** ✅ Merged **Merged:** 2/13/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.26.0` --- ### 📝 Commits (1) - [`d43a315`](https://github.com/fsouza/fake-gcs-server/commit/d43a315eabe023d5851123df87a66f5f32f93151) 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.25.0 to 1.26.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.25.0...v1.26.0">1.26.0</a> (2020-02-12)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> add support for signing URLs using token (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/9889">#9889</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/ad280bf506d3d7a37c402d06eac07422a5fe80af">ad280bf</a>)</li> <li>add timeout parameter to public methods (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/44">#44</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/63abf0778686df1caa001270dd22f9df0daf0c78">63abf07</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> fix documentation of max_result parameter in list_blob (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/43">#43</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/ff15f19d3a5830acdd540181dc6e9d07ca7d88ee">ff15f19</a>)</li> <li><strong>storage:</strong> fix system test and change scope for iam access token (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/47">#47</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/bc5375f4c88f7e6ad1afbe7667c49d9a846e9757">bc5375f</a>)</li> <li><strong>tests:</strong> remove low version error assertion from iam conditions system tests (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/53">#53</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/8904aee9ad5dc01ab83e1460b6f186a739668eb7">8904aee</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/0e5c082fc6baf16477c23a3d6fb647597625aee1"><code>0e5c082</code></a> chore: release 1.26.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/39">#39</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/bc5375f4c88f7e6ad1afbe7667c49d9a846e9757"><code>bc5375f</code></a> fix(storage): fix system test and change scope for iam access token (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/47">#47</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/8904aee9ad5dc01ab83e1460b6f186a739668eb7"><code>8904aee</code></a> fix(tests): remove low version error assertion from iam conditions system tes...</li> <li><a href="https://github.com/googleapis/python-storage/commit/63abf0778686df1caa001270dd22f9df0daf0c78"><code>63abf07</code></a> feat: add timeout parameter to public methods (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/44">#44</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/64abf2446d9df3ade81bc2f8deaec3696ba6a752"><code>64abf24</code></a> chore: bump google-auth dependency to v1.11.0+ (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/45">#45</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ff15f19d3a5830acdd540181dc6e9d07ca7d88ee"><code>ff15f19</code></a> fix(storage): fix documentation of max_result parameter in list_blob (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/43">#43</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/384967621d2655f03d232ef8fc80cbd0e11a0e83"><code>3849676</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/1">#1</a> from googleapis/repo-templates</li> <li><a href="https://github.com/googleapis/python-storage/commit/e4f0ffd89e99a7c976157ac1900a4f966eab76dc"><code>e4f0ffd</code></a> fix: coverage update</li> <li><a href="https://github.com/googleapis/python-storage/commit/2622b834174f02e61b2cd3a1ec8125bc28290e3e"><code>2622b83</code></a> fix: update test_utils</li> <li><a href="https://github.com/googleapis/python-storage/commit/56175fe000fed5b7130907b54691caf9dfb01437"><code>56175fe</code></a> fix: test_utils</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v1.25.0...v1.26.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.25.0&new-version=1.26.0)](https://dependabot.com/compatibility-score/?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.25.0&new-version=1.26.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:51 +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#406
No description provided.