[PR #223] [MERGED] build(deps): bump google-cloud-storage from 1.27.0 to 1.28.0 in /examples/python #437

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • cf970be 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.27.0 to 1.28.0.

Changelog

Sourced from google-cloud-storage's changelog.

1.28.0 (2020-04-22)

Features

  • storage: add arguments for *GenerationMatch uploading options (#111) (b11aa5f)

Bug Fixes

  • storage: fix incorrect mtime by UTC offset (#42) (76bd652)
  • storage: remove expiration strict conversion (#106) (9550dad), closes #105
Commits
  • 7941b54 chore: release 1.28.0 (#113)
  • b11aa5f feat(storage): add arguments for *GenerationMatch uploading options (#111)
  • 4b654b5 refactor(storage): deprecate preserve_acl arg in copy_blob() method (#104)
  • 76bd652 fix(storage): fix incorrect mtime by UTC offset (#42)
  • cecc7ac docs(storage): add documentation for blob and bucket name property (#89)
  • 9550dad fix(storage): remove expiration strict conversion (#106)
  • f4de88d docs(storage): fix docs for new sphinx version (#103)
  • 5c04eef tests: add blobs retention policy discarding into TestRetentionPolicy… (#99)
  • 44060de test: update conformance tests to fit the new format (#96)
  • 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)
  • @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/223 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/22/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.28.0` --- ### 📝 Commits (1) - [`cf970be`](https://github.com/fsouza/fake-gcs-server/commit/cf970be453a67c405f9d13bb7bb1c776ecb9962a) 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.27.0 to 1.28.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.27.0...v1.28.0">1.28.0</a> (2020-04-22)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> add arguments for *GenerationMatch uploading options (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/111">#111</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/b11aa5f00753b094580847bc62c154ae0e584dbc">b11aa5f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>storage:</strong> fix incorrect mtime by UTC offset (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/42">#42</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/76bd652a3078d94e03e566b6a387fc488ab26910">76bd652</a>)</li> <li><strong>storage:</strong> remove expiration strict conversion (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/106">#106</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/9550dad6e63e249110fc9dcda245061b76dacdcf">9550dad</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/105">#105</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/7941b54885cfb9ca6eb4337085f52d3ca266d1e8"><code>7941b54</code></a> chore: release 1.28.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/113">#113</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/b11aa5f00753b094580847bc62c154ae0e584dbc"><code>b11aa5f</code></a> feat(storage): add arguments for *GenerationMatch uploading options (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/111">#111</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4b654b5bb2bf902f07d04eb753c84d6d564cdef0"><code>4b654b5</code></a> refactor(storage): deprecate preserve_acl arg in copy_blob() method (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/104">#104</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/76bd652a3078d94e03e566b6a387fc488ab26910"><code>76bd652</code></a> fix(storage): fix incorrect mtime by UTC offset (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/42">#42</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/cecc7ac95a00ab1437a24bee44f8b6c5b8a7189d"><code>cecc7ac</code></a> docs(storage): add documentation for blob and bucket name property (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/89">#89</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9550dad6e63e249110fc9dcda245061b76dacdcf"><code>9550dad</code></a> fix(storage): remove expiration strict conversion (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/106">#106</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/f4de88d7253feacaab8a9fcdf180c494dafa22b8"><code>f4de88d</code></a> docs(storage): fix docs for new sphinx version (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/103">#103</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/5c04eefe2599f13cf37b91cf60bd242e64b97bd7"><code>5c04eef</code></a> tests: add blobs retention policy discarding into TestRetentionPolicy… (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/99">#99</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/44060dea17ec63ff1a71d7ce0f7a8b6b63f3f2a9"><code>44060de</code></a> test: update conformance tests to fit the new format (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/96">#96</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/python-storage/compare/v1.27.0...v1.28.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.27.0&new-version=1.28.0)](https://dependabot.com/compatibility-score/?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.27.0&new-version=1.28.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:30:00 +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#437
No description provided.