[PR #158] [MERGED] build(deps): bump google-cloud-storage from 1.23.0 to 1.24.1 in /examples/python #389

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • f26745f 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.23.0 to 1.24.1.

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage 1.24.1

01-02-2020 13:20 PST

Implementation Changes

  • Add 'ARCHIVE' storage class (#9533)

google-cloud-storage 1.24.0

01-02-2020 10:39 PST

Implementation Changes

-str() metadata for for blob (#9796)

New Features

  • Add timeout parameter to Batch interface to match google-cloud-core (#10010)

google-cloud-bigquery 1.23.1

12-16-2019 09:39 PST

Implementation Changes

  • Add iamMember entity type to allowed access classes. (#9973)
  • Fix typo in import error message (pandas -> pyarrow). (#9955)

Dependencies

  • Add six as an explicit dependency. (#9979)

Documentation

  • Add sample to read from query destination table. (#9964)
Commits
  • c6d953b chore(storage): release 1.24.1 (#10034)
  • ac544b1 feat(storage): add 'ARCHIVE' storage class (#9533)
  • 92d7b46 chore(storage): release 1.24.0 (#10032)
  • c71b490 chore(firestore): release 1.6.1 (#10031)
  • 13a870c fix: recover watch stream on more error types (#9995)
  • 154c8ec cleanup(bigquery): remove unused query code sample (#10024)
  • 26dd729 feat(bigquery): add timeout parameter to client's and job's public methods (#...
  • ae22885 feat: add timeout parameter to Batch interface to match google-cloud-core (#1...
  • 4f7d4b1 refactor(bigquery): update code samples to use strings for table and dataset ...
  • fe9deb1 fix(datacatalog): deprecate resource name helper methods (via synth) (#9831)
  • 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/158 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/3/2020 **Status:** ✅ Merged **Merged:** 1/13/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.24.1` --- ### 📝 Commits (1) - [`f26745f`](https://github.com/fsouza/fake-gcs-server/commit/f26745ff7a5058f5866eb29d08260808627eff35) 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.23.0 to 1.24.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GoogleCloudPlatform/google-cloud-python/releases">google-cloud-storage's releases</a>.</em></p> <blockquote> <h2>google-cloud-storage 1.24.1</h2> <p>01-02-2020 13:20 PST</p> <h3>Implementation Changes</h3> <ul> <li>Add 'ARCHIVE' storage class (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9533">#9533</a>)</li> </ul> <h2>google-cloud-storage 1.24.0</h2> <p>01-02-2020 10:39 PST</p> <h3>Implementation Changes</h3> <p>-str() metadata for for blob (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9796">#9796</a>)</p> <h3>New Features</h3> <ul> <li>Add timeout parameter to Batch interface to match google-cloud-core (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/10010">#10010</a>)</li> </ul> <h2>google-cloud-bigquery 1.23.1</h2> <p>12-16-2019 09:39 PST</p> <h3>Implementation Changes</h3> <ul> <li>Add <code>iamMember</code> entity type to allowed access classes. (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9973">#9973</a>)</li> <li>Fix typo in import error message (pandas -&gt; pyarrow). (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9955">#9955</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Add <code>six</code> as an explicit dependency. (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9979">#9979</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add sample to read from query destination table. (<a href="https://github-redirect.dependabot.com/googleapis/google-cloud-python/pull/9964">#9964</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-python/commit/c6d953b84a76a9411e859a6d74e3e5ad44349741"><code>c6d953b</code></a> chore(storage): release 1.24.1 (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10034">#10034</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/ac544b1b7a6f40633c3d812472ee9252761d724a"><code>ac544b1</code></a> feat(storage): add 'ARCHIVE' storage class (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9533">#9533</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/92d7b464fe03ba9ad47887e383632248de007ef5"><code>92d7b46</code></a> chore(storage): release 1.24.0 (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10032">#10032</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/c71b4908d7629d8d39afd86f1cbc2bc4baca8ce1"><code>c71b490</code></a> chore(firestore): release 1.6.1 (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10031">#10031</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/13a870ccbd924e1ba8829093ab130986bf7eb845"><code>13a870c</code></a> fix: recover watch stream on more error types (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9995">#9995</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/154c8ec77b36de811ee0ca098e7f6109f7da9440"><code>154c8ec</code></a> cleanup(bigquery): remove unused query code sample (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10024">#10024</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/26dd7299ff6683628925d1fa843253e9bca26fa9"><code>26dd729</code></a> feat(bigquery): add timeout parameter to client's and job's public methods (#...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/ae228854a14a3a3848adc48a9055ae14443278f5"><code>ae22885</code></a> feat: add timeout parameter to Batch interface to match google-cloud-core (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/1">#1</a>...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/4f7d4b11b1ab3500caa41eda0068ceb97b0479d9"><code>4f7d4b1</code></a> refactor(bigquery): update code samples to use strings for table and dataset ...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/fe9deb186d21da0be15fe5f981e227ed8c7d028a"><code>fe9deb1</code></a> fix(datacatalog): deprecate resource name helper methods (via synth) (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9831">#9831</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.23.0...storage-1.24.1">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.23.0&new-version=1.24.1)](https://dependabot.com/compatibility-score.html?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.23.0&new-version=1.24.1) 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:47 +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#389
No description provided.