[PR #120] [MERGED] build(deps): bump google-cloud-storage from 1.21.0 to 1.22.0 in /examples/python #354

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • ef386b9 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.21.0 to 1.22.0.

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage 1.22.0

11-05-2019 10:22 PST

New Features

  • Add UBLA attrs to IAMConfiguration. (#9475)
Commits
  • 4dc94d7 chore(storage): release 1.22.0 (#9604)
  • f72ab40 feat(datacatalog): add sample to create a fileset entry (#9590)
  • ed37540 fix(bigquery): use pyarrow fallback for improved schema detection (#9321)
  • 518931b feat(tasks): add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) (#9588)
  • 89eaedb feat(bigquery): allow passing schema as a sequence of dicts (#9550)
  • 5571911 feat(datacatalog): add sample to create an entry group (#9584)
  • 3e8fbae docs(bigquery): document how to achieve higher write limit and add tests (#9574)
  • 48359eb test(spanner): harden 'test_transaction_batch_update*' systests against parti...
  • 21e9457 feat(api_core): provide a 'raw_page' field for page_iterator.Page (#9486)
  • df185b9 chore(pubsub): add subscriber role test for streaming (#9507)
  • 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/120 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/6/2019 **Status:** ✅ Merged **Merged:** 11/6/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.22.0` --- ### 📝 Commits (1) - [`ef386b9`](https://github.com/fsouza/fake-gcs-server/commit/ef386b986b3433d36835da2163ab03ebccded040) 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.21.0 to 1.22.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.22.0 > 11-05-2019 10:22 PST > > > ### New Features > - Add UBLA attrs to IAMConfiguration. ([#9475](https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9475)) </details> <details> <summary>Commits</summary> - [`4dc94d7`](https://github.com/googleapis/google-cloud-python/commit/4dc94d7d6dd6be85e421d2ae9115463fa9a85c60) chore(storage): release 1.22.0 ([#9604](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9604)) - [`f72ab40`](https://github.com/googleapis/google-cloud-python/commit/f72ab40d1539e38c169fe08b34129923d65398dd) feat(datacatalog): add sample to create a fileset entry ([#9590](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9590)) - [`ed37540`](https://github.com/googleapis/google-cloud-python/commit/ed375405cf07d85c2968d09b2a66123a98568b9e) fix(bigquery): use pyarrow fallback for improved schema detection ([#9321](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9321)) - [`518931b`](https://github.com/googleapis/google-cloud-python/commit/518931bb306ed7cb78ce76323fbde289fbc15338) feat(tasks): add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) ([#9588](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9588)) - [`89eaedb`](https://github.com/googleapis/google-cloud-python/commit/89eaedb4a40bd1268df134cc40a4063d6cf8b823) feat(bigquery): allow passing schema as a sequence of dicts ([#9550](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9550)) - [`5571911`](https://github.com/googleapis/google-cloud-python/commit/557191148471ce23ee6006c3ad5f955e59a8d202) feat(datacatalog): add sample to create an entry group ([#9584](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9584)) - [`3e8fbae`](https://github.com/googleapis/google-cloud-python/commit/3e8fbaef0d4263d83d67abbec47936b5db84082a) docs(bigquery): document how to achieve higher write limit and add tests ([#9574](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9574)) - [`48359eb`](https://github.com/googleapis/google-cloud-python/commit/48359eb74b9d251c5ffd20d9dc3b1fd29310660d) test(spanner): harden 'test_transaction_batch_update*' systests against parti... - [`21e9457`](https://github.com/googleapis/google-cloud-python/commit/21e9457e328e79a7e85e45c9d6a233c8aab292e4) feat(api_core): provide a 'raw_page' field for page_iterator.Page ([#9486](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9486)) - [`df185b9`](https://github.com/googleapis/google-cloud-python/commit/df185b9129cf38e2a48927a62e9d2e255cc5f115) chore(pubsub): add subscriber role test for streaming ([#9507](https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9507)) - Additional commits viewable in [compare view](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.21.0...storage-1.22.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.21.0&new-version=1.22.0)](https://dependabot.com/compatibility-score.html?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.21.0&new-version=1.22.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:37 +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#354
No description provided.