[PR #164] [MERGED] build(deps): bump google-cloud-storage from 1.24.1 to 1.25.0 in /examples/python #393

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 535dd7a 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.24.1 to 1.25.0.

Commits
  • d262e9e chores(storage): release 1.25.0 (#10165)
  • cae942b chore(storage): bump core dependency to 1.2.0 (#10160)
  • d44e9bf docs(pubsub): tiny spelling mistake fix (#10163)
  • 4886d77 docs(language): fixes typo in Natural Language samples (#10134)
  • b492bdc fix(bigquerystorage): resume reader connection on EOS internal error (#9994)
  • 7a64502 fix: replace unsafe six.PY3 with PY2 for better future compatibility with Pyt...
  • c71d5f8 refactor(bigquery): to_dataframe uses faster to_arrow + to_pandas when ...
  • 121394c fix(bigquerystorage): to_dataframe on an arrow stream uses 2x faster to_arrow...
  • c05ffe7 chore(core): release core 1.2.0 (#10135)
  • 4b7444a chores(core): bump api-core dependency to 1.16.0 (#10111)
  • 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)
  • 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/164 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/17/2020 **Status:** ✅ Merged **Merged:** 1/24/2020 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.25.0` --- ### 📝 Commits (1) - [`535dd7a`](https://github.com/fsouza/fake-gcs-server/commit/535dd7adf9717ebfe6c25ca5b0104d3136f0a182) 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.24.1 to 1.25.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-python/commit/d262e9e53fe5a028f885999cf69c6da065779d46"><code>d262e9e</code></a> chores(storage): release 1.25.0 (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10165">#10165</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/cae942bcf58b71bbe918f15287f8d53aabac8266"><code>cae942b</code></a> chore(storage): bump core dependency to 1.2.0 (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10160">#10160</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/d44e9bfc7fb1c2bb66650a14a73e35eef51ddd33"><code>d44e9bf</code></a> docs(pubsub): tiny spelling mistake fix (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10163">#10163</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/4886d77fc5d4e52818a8156bff2cc101f5b49d53"><code>4886d77</code></a> docs(language): fixes typo in Natural Language samples (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10134">#10134</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/b492bdcc2d288022b5c81e90aea993432eec078a"><code>b492bdc</code></a> fix(bigquerystorage): resume reader connection on <code>EOS</code> internal error (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/9994">#9994</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/7a645026c6fe7ca5a812c2f5b418986fd25e0d75"><code>7a64502</code></a> fix: replace unsafe six.PY3 with PY2 for better future compatibility with Pyt...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/c71d5f8e6a1afde833c3c410dca2b4832ba5fcb5"><code>c71d5f8</code></a> refactor(bigquery): <code>to_dataframe</code> uses faster <code>to_arrow</code> + <code>to_pandas</code> when ...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/121394c1004edd909a9bd242ee1a0db85904bae4"><code>121394c</code></a> fix(bigquerystorage): to_dataframe on an arrow stream uses 2x faster to_arrow...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/c05ffe7ac89cda7ecd62c920c6868a86d44e3e3f"><code>c05ffe7</code></a> chore(core): release core 1.2.0 (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10135">#10135</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/4b7444a9d4a74978d94a2664c48cae23ad81e747"><code>4b7444a</code></a> chores(core): bump api-core dependency to 1.16.0 (<a href="https://github-redirect.dependabot.com/GoogleCloudPlatform/google-cloud-python/issues/10111">#10111</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.24.1...storage-1.25.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.24.1&new-version=1.25.0)](https://dependabot.com/compatibility-score.html?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.24.1&new-version=1.25.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) - 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:48 +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#393
No description provided.