[PR #295] [MERGED] build(deps): bump google-cloud-storage from 1.29.0 to 1.30.0 in /examples/python #493

Closed
opened 2026-03-03 12:30:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/295
Author: @dependabot[bot]
Created: 7/27/2020
Status: Merged
Merged: 7/27/2020
Merged by: @fsouza

Base: mainHead: dependabot/pip/examples/python/google-cloud-storage-1.30.0


📝 Commits (4)

  • 7151db2 build(deps): bump google-cloud-storage in /examples/python
  • 8314686 ci: install build-base in run-python-example
  • 460f302 ci/run-python-example: omg I can't type
  • bb75804 ci/run-python-example: more required deps for compiling code

📊 Changes

2 files changed (+5 additions, -1 deletions)

View changed files

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

📄 Description

Bumps google-cloud-storage from 1.29.0 to 1.30.0.

Release notes

Sourced from google-cloud-storage's releases.

v1.30.0

Features

  • add timeouts to Blob methods where missing (#185) (6eeb855)
  • auto-populate standard headers for non-chunked downloads (#204) (d8432cd), closes #24
  • migrate to Service Account Credentials API (#189) (e4990d0)

Bug Fixes

  • add multiprocessing.rst to synthool excludes (#186) (4d76e38)

Documentation

Documentation

Dependencies

Changelog

Sourced from google-cloud-storage's changelog.

1.30.0 (2020-07-24)

Features

  • add timeouts to Blob methods where missing (#185) (6eeb855)
  • auto-populate standard headers for non-chunked downloads (#204) (d8432cd), closes #24
  • migrate to Service Account Credentials API (#189) (e4990d0)

Bug Fixes

  • add multiprocessing.rst to synthool excludes (#186) (4d76e38)

Documentation

Documentation

Dependencies

Commits
  • 3d072f6 chore: release 1.30.0 (#191)
  • 55bae9a chore(packaging): prep for grmp-1.0.0 release (#212)
  • d8432cd feat(blob.py): auto-populate standard headers for non-chunked downloads (#204)
  • 6eeb855 feat: add timeouts to Blob methods where missing (#185)
  • 7a4e7a5 docs: remove doubled word in docstring (#209)
  • 844ce4f tests: unit tests pass w/o environ vars (#207)
  • 008224b test: add retry for default kms system test (#198)
  • e7aa53a chore: update templates (#193)
  • 788d1a4 refactor(storage): erase excess return (#195)
  • e4990d0 feat(storage): migrate to Service Account Credentials API (#189)
  • 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)

🔄 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/295 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/27/2020 **Status:** ✅ Merged **Merged:** 7/27/2020 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.30.0` --- ### 📝 Commits (4) - [`7151db2`](https://github.com/fsouza/fake-gcs-server/commit/7151db2abcc968e88308fb8f7aee716940ca2a03) build(deps): bump google-cloud-storage in /examples/python - [`8314686`](https://github.com/fsouza/fake-gcs-server/commit/83146865bd33a8d969cc558fd5d2ba531a7eef80) ci: install build-base in run-python-example - [`460f302`](https://github.com/fsouza/fake-gcs-server/commit/460f3025528e05289f395cb950dd0637375e740d) ci/run-python-example: omg I can't type - [`bb75804`](https://github.com/fsouza/fake-gcs-server/commit/bb75804b33f5d2bac69af79f71051a24b32c5c42) ci/run-python-example: more required deps for compiling code ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ci/run-python-example.sh` (+4 -0) 📝 `examples/python/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 1.29.0 to 1.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/releases">google-cloud-storage's releases</a>.</em></p> <blockquote> <h2>v1.30.0</h2> <h3>Features</h3> <ul> <li>add timeouts to Blob methods where missing (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/185">#185</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/6eeb855aa0e6a7835d1d4f6e72951e43af22ab57">6eeb855</a>)</li> <li>auto-populate standard headers for non-chunked downloads (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/204">#204</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/d8432cd65a4e9b38eebd1ade2ff00f2f44bb0ef6">d8432cd</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/24">#24</a></li> <li>migrate to Service Account Credentials API (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/189">#189</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/e4990d06043dbd8d1a417f3a1a67fe8746071f1c">e4990d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add multiprocessing.rst to synthool excludes (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/186">#186</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4d76e3882210ed2818a43256265f6df31348d410">4d76e38</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix indent in code blocks (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/171">#171</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/62d1543e18040b286b23464562aa6eb998074c54">62d1543</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/170">#170</a></li> <li>remove doubled word in docstring (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/209">#209</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/7a4e7a5974abedb0b7b2e110cacbfcd0a40346b6">7a4e7a5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix indent in code blocks (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/171">#171</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/62d1543e18040b286b23464562aa6eb998074c54">62d1543</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/170">#170</a></li> <li>remove doubled word in docstring (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/209">#209</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/7a4e7a5974abedb0b7b2e110cacbfcd0a40346b6">7a4e7a5</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>prep for grmp-1.0.0 release (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/211">#211</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/55bae9a0e7c0db512c10c6b3b621cd2ef05c9729">55bae9a</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md">google-cloud-storage's changelog</a>.</em></p> <blockquote> <h2><a href="https://www.github.com/googleapis/python-storage/compare/v1.29.0...v1.30.0">1.30.0</a> (2020-07-24)</h2> <h3>Features</h3> <ul> <li>add timeouts to Blob methods where missing (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/185">#185</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/6eeb855aa0e6a7835d1d4f6e72951e43af22ab57">6eeb855</a>)</li> <li>auto-populate standard headers for non-chunked downloads (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/204">#204</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/d8432cd65a4e9b38eebd1ade2ff00f2f44bb0ef6">d8432cd</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/24">#24</a></li> <li>migrate to Service Account Credentials API (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/189">#189</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/e4990d06043dbd8d1a417f3a1a67fe8746071f1c">e4990d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add multiprocessing.rst to synthool excludes (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/186">#186</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4d76e3882210ed2818a43256265f6df31348d410">4d76e38</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix indent in code blocks (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/171">#171</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/62d1543e18040b286b23464562aa6eb998074c54">62d1543</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/170">#170</a></li> <li>remove doubled word in docstring (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/209">#209</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/7a4e7a5974abedb0b7b2e110cacbfcd0a40346b6">7a4e7a5</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix indent in code blocks (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/171">#171</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/62d1543e18040b286b23464562aa6eb998074c54">62d1543</a>), closes <a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/170">#170</a></li> <li>remove doubled word in docstring (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/209">#209</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/7a4e7a5974abedb0b7b2e110cacbfcd0a40346b6">7a4e7a5</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>prep for grmp-1.0.0 release (<a href="https://www.github-redirect.dependabot.com/googleapis/python-storage/issues/211">#211</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/55bae9a0e7c0db512c10c6b3b621cd2ef05c9729">55bae9a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/3d072f6e7259613208debd933a974167ce41f95b"><code>3d072f6</code></a> chore: release 1.30.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/191">#191</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/55bae9a0e7c0db512c10c6b3b621cd2ef05c9729"><code>55bae9a</code></a> chore(packaging): prep for grmp-1.0.0 release (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/212">#212</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/d8432cd65a4e9b38eebd1ade2ff00f2f44bb0ef6"><code>d8432cd</code></a> feat(blob.py): auto-populate standard headers for non-chunked downloads (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/204">#204</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/6eeb855aa0e6a7835d1d4f6e72951e43af22ab57"><code>6eeb855</code></a> feat: add timeouts to Blob methods where missing (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/185">#185</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/7a4e7a5974abedb0b7b2e110cacbfcd0a40346b6"><code>7a4e7a5</code></a> docs: remove doubled word in docstring (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/209">#209</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/844ce4f8b43fa17d5849190571229cf5687282a3"><code>844ce4f</code></a> tests: unit tests pass w/o environ vars (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/207">#207</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/008224b1a8bb898450332f19fff2c7f8c0313ccb"><code>008224b</code></a> test: add retry for default kms system test (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/198">#198</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/e7aa53a49daf3f57cc464be07c89855ca9fb760e"><code>e7aa53a</code></a> chore: update templates (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/193">#193</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/788d1a4d454536197541358109e3bdf797fa9612"><code>788d1a4</code></a> refactor(storage): erase excess return (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/195">#195</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/e4990d06043dbd8d1a417f3a1a67fe8746071f1c"><code>e4990d0</code></a> feat(storage): migrate to Service Account Credentials API (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/189">#189</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v1.29.0...v1.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-cloud-storage&package-manager=pip&previous-version=1.29.0&new-version=1.30.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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) </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:30:17 +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#493
No description provided.