[PR #131] [MERGED] build(deps): bump google-cloud-storage from 1.22.0 to 1.23.0 in /examples/python #363

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/131
Author: @dependabot-preview[bot]
Created: 11/14/2019
Status: Merged
Merged: 11/18/2019
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

  • 7e5f2f8 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.22.0 to 1.23.0.

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage 1.23.0

11-12-2019 12:57 PST

Implementation Changes

  • Move create_bucket implementation from Bucket to Client. (#8604)

New Features

  • Add opt-in raw download support. (#9572)

Dependencies

  • Pin google-resumable-media >= 0.5.0, < 0.6dev. (#9572)

Documentation

  • Add python 2 sunset banner to documentation. (#9036)

Internal / Testing Changes

  • Fix query-string order dependent assert. (#9728)
  • Normalize VPCSC configuration in system tests. (#9616)
Commits
  • 56a5554 chore(storage): release 1.23.0 (#9778)
  • 635d5e1 chore(spanner): release 1.13.0 (#9731)
  • e97771e fix(bigquery): preserve job config passed to Client methods (#9735)
  • 96baa3d feat(automl): expose disable_early_stopping option for create_model (#9779)
  • dfe4667 chore: add emacs' auto-save files to .gitignore (#9780)
  • cab728b chore(logging): change spacing in docs templates (via synth) (#9756)
  • c38f229 chore(pubsub): change spacing in docs templates (via synth) (#9759)
  • 8fdd2a4 fix(automl): fix uploading pandas dataframe to AutoML Tables (#9647)
  • cb9cdc9 chore(kms): change spacing in docs templates (via synth) (#9754)
  • 039a607 chore(language): change spacing in docs templates (via synth) (#9755)
  • 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/131 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/14/2019 **Status:** ✅ Merged **Merged:** 11/18/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.23.0` --- ### 📝 Commits (1) - [`7e5f2f8`](https://github.com/fsouza/fake-gcs-server/commit/7e5f2f80c97e4b0bac8fadab06fcc2dffbe1632f) 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/GoogleCloudPlatform/google-cloud-python) from 1.22.0 to 1.23.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.23.0 > 11-12-2019 12:57 PST > > > ### Implementation Changes > - Move `create_bucket` implementation from `Bucket` to `Client`. ([#8604](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/8604)) > > ### New Features > - Add opt-in raw download support. ([#9572](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9572)) > > ### Dependencies > - Pin `google-resumable-media >= 0.5.0, < 0.6dev`. ([#9572](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9572)) > > ### Documentation > - Add python 2 sunset banner to documentation. ([#9036](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9036)) > > ### Internal / Testing Changes > - Fix query-string order dependent assert. ([#9728](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9728)) > - Normalize VPCSC configuration in system tests. ([#9616](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9616)) </details> <details> <summary>Commits</summary> - [`56a5554`](https://github.com/googleapis/google-cloud-python/commit/56a5554e2b3e3bba33742607bf652e2f1083a4ef) chore(storage): release 1.23.0 ([#9778](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9778)) - [`635d5e1`](https://github.com/googleapis/google-cloud-python/commit/635d5e1ea0bf0d5232e25807d4abd82701bd271c) chore(spanner): release 1.13.0 ([#9731](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9731)) - [`e97771e`](https://github.com/googleapis/google-cloud-python/commit/e97771ee0489561cabe5f04e5b7bf8165c81eb75) fix(bigquery): preserve job config passed to Client methods ([#9735](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9735)) - [`96baa3d`](https://github.com/googleapis/google-cloud-python/commit/96baa3dfb3f0ffae28375dcd3a98f62700d42d4f) feat(automl): expose disable_early_stopping option for create_model ([#9779](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9779)) - [`dfe4667`](https://github.com/googleapis/google-cloud-python/commit/dfe4667d5710d5626d62c58c9973f1f6d0c92270) chore: add emacs' auto-save files to .gitignore ([#9780](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9780)) - [`cab728b`](https://github.com/googleapis/google-cloud-python/commit/cab728bc6b05f0feab34027ca26d347478cc29cf) chore(logging): change spacing in docs templates (via synth) ([#9756](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9756)) - [`c38f229`](https://github.com/googleapis/google-cloud-python/commit/c38f229ecfc0cd974466b50768ddb80166a9eb5a) chore(pubsub): change spacing in docs templates (via synth) ([#9759](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9759)) - [`8fdd2a4`](https://github.com/googleapis/google-cloud-python/commit/8fdd2a43fb72a08f4e27b5f1229c1c3b8eb92af6) fix(automl): fix uploading pandas dataframe to AutoML Tables ([#9647](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9647)) - [`cb9cdc9`](https://github.com/googleapis/google-cloud-python/commit/cb9cdc96380f5a8938cdff011825a36b78e64e7c) chore(kms): change spacing in docs templates (via synth) ([#9754](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9754)) - [`039a607`](https://github.com/googleapis/google-cloud-python/commit/039a607a5c7754ca64e465eabf141c58201aafd9) chore(language): change spacing in docs templates (via synth) ([#9755](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9755)) - Additional commits viewable in [compare view](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.22.0...storage-1.23.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.22.0&new-version=1.23.0)](https://dependabot.com/compatibility-score.html?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.22.0&new-version=1.23.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:40 +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#363
No description provided.