[PR #74] [MERGED] build(deps): bump google-cloud-storage from 1.18.0 to 1.19.0 in /examples/python #316

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/74
Author: @dependabot-preview[bot]
Created: 8/29/2019
Status: Merged
Merged: 8/30/2019
Merged by: @dependabot-preview[bot]

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


📝 Commits (3)

  • 5615948 build(deps): bump google-cloud-storage in /examples/python
  • 9d485e1 examples: make python example compatible with the latest gcs lib
  • 0c2eeb9 ci/run-python-example: remove redundant variables

📊 Changes

3 files changed (+6 additions, -8 deletions)

View changed files

📝 ci/run-python-example.sh (+0 -3)
📝 examples/python/python.py (+5 -4)
📝 examples/python/requirements.txt (+1 -1)

📄 Description

Bumps google-cloud-storage from 1.18.0 to 1.19.0.

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage 1.19.0

08-28-2019 09:45 PDT

Implementation Changes

  • Expose 'HMACKeyMetadata.id' field. (#9115)
  • Make 'Blob.bucket' a readonly property. (#9113)
  • Clarify 'response_type' for signed_url methods. (#8942)

New Features

  • Add client_options to constructors for manual clients. (#9054)

Documentation

  • Remove compatability badges from READMEs. (#9035)

Internal / Testing Changes

  • Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
  • Fix tests broken by yesterday's google-resumable-media release. (#9119)
  • Harden 'test_access_to_public_bucket' systest against 429 / 503 errors. (#8997)
Commits
  • d8febfe Release storage 1.19.0 (#9138)
  • 14f03cb Add client_options to logging v1 (#9046)
  • 6974c2d Add client_options. (#9043)
  • 245ffad Add client_options to constructors for manual clients. (#9054)
  • 68fbc07 Expose 'HMACKeyMetadata.id' field. (#9115)
  • de4e0e5 Move 'BatchOperationMetadata' / 'JobOperationResult' messages to new protobuf...
  • 34fe8a3 Add 'batch_create_sessions' method to generated client (via synth). (#9087)
  • ca275d8 BigQuery: deprecate client.dataset() part 1 (#9032)
  • 451d76f Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
  • 9289c52 Make 'Blob.bucket' a readonly property. (#9113)
  • 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)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/74 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/29/2019 **Status:** ✅ Merged **Merged:** 8/30/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.19.0` --- ### 📝 Commits (3) - [`5615948`](https://github.com/fsouza/fake-gcs-server/commit/5615948b9ca28d2d45dcf79968c9f454812424de) build(deps): bump google-cloud-storage in /examples/python - [`9d485e1`](https://github.com/fsouza/fake-gcs-server/commit/9d485e171baebab7577a8f75eb021fb9fab5a43a) examples: make python example compatible with the latest gcs lib - [`0c2eeb9`](https://github.com/fsouza/fake-gcs-server/commit/0c2eeb93b8d4c156d628b1d40b6c571482d24566) ci/run-python-example: remove redundant variables ### 📊 Changes **3 files changed** (+6 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `ci/run-python-example.sh` (+0 -3) 📝 `examples/python/python.py` (+5 -4) 📝 `examples/python/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/GoogleCloudPlatform/google-cloud-python) from 1.18.0 to 1.19.0. <details> <summary>Release notes</summary> *Sourced from [google-cloud-storage's releases](https://github.com/GoogleCloudPlatform/google-cloud-python/releases).* > ## google-cloud-storage 1.19.0 > 08-28-2019 09:45 PDT > > ### Implementation Changes > - Expose 'HMACKeyMetadata.id' field. ([#9115](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9115)) > - Make 'Blob.bucket' a readonly property. ([#9113](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9113)) > - Clarify 'response_type' for signed_url methods. ([#8942](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/8942)) > > ### New Features > - Add `client_options` to constructors for manual clients. ([#9054](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9054)) > > ### Documentation > - Remove compatability badges from READMEs. ([#9035](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9035)) > > ### Internal / Testing Changes > - Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9085)) > - Fix tests broken by yesterday's google-resumable-media release. ([#9119](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9119)) > - Harden 'test_access_to_public_bucket' systest against 429 / 503 errors. ([#8997](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/8997)) </details> <details> <summary>Commits</summary> - [`d8febfe`](https://github.com/googleapis/google-cloud-python/commit/d8febfe99beed377778b5007819059e01eacfb24) Release storage 1.19.0 ([#9138](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9138)) - [`14f03cb`](https://github.com/googleapis/google-cloud-python/commit/14f03cb2143874cc98ff3181567b863ea648bb5a) Add client_options to logging v1 ([#9046](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9046)) - [`6974c2d`](https://github.com/googleapis/google-cloud-python/commit/6974c2dc16aaf93b60fe5056e96bb6a7d1c04d79) Add client_options. ([#9043](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9043)) - [`245ffad`](https://github.com/googleapis/google-cloud-python/commit/245ffaddc05440dd8653264e26ac78c47f87d6b4) Add `client_options` to constructors for manual clients. ([#9054](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9054)) - [`68fbc07`](https://github.com/googleapis/google-cloud-python/commit/68fbc071fb97d805d967bce083bfd7fd214f5b67) Expose 'HMACKeyMetadata.id' field. ([#9115](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9115)) - [`de4e0e5`](https://github.com/googleapis/google-cloud-python/commit/de4e0e559b0f09978dd46d729a190681c0627836) Move 'BatchOperationMetadata' / 'JobOperationResult' messages to new protobuf... - [`34fe8a3`](https://github.com/googleapis/google-cloud-python/commit/34fe8a362fe06bcc8214f1055de00b6bd69397f0) Add 'batch_create_sessions' method to generated client (via synth). ([#9087](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9087)) - [`ca275d8`](https://github.com/googleapis/google-cloud-python/commit/ca275d87fbe742b515b7188530d64092db81cf39) BigQuery: deprecate `client.dataset()` part 1 ([#9032](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9032)) - [`451d76f`](https://github.com/googleapis/google-cloud-python/commit/451d76ff57658921a493c231d80871d530301c09) Docs: Remove CI for gh-pages, use googleapis.dev for api_core refs. ([#9085](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9085)) - [`9289c52`](https://github.com/googleapis/google-cloud-python/commit/9289c52a1f10a241b15f0331f90b211eb1c38458) Make 'Blob.bucket' a readonly property. ([#9113](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9113)) - Additional commits viewable in [compare view](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.18.0...storage-1.19.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.18.0&new-version=1.19.0)](https://dependabot.com/compatibility-score.html?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.18.0&new-version=1.19.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 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) - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </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:19 +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#316
No description provided.