[PR #555] [MERGED] build(deps): bump google-cloud-storage from 1.41.1 to 1.42.0 in /examples/python #711

Closed
opened 2026-03-03 12:31:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/555
Author: @dependabot[bot]
Created: 8/12/2021
Status: Merged
Merged: 8/12/2021
Merged by: @dependabot[bot]

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


📝 Commits (1)

  • e9c1650 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.41.1 to 1.42.0.

Release notes

Sourced from google-cloud-storage's releases.

v1.42.0

Features

  • add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (#520) (c5f4ad8)

Bug Fixes

  • deps: add explicit ranges for 'google-api-core' and 'google-auth' (#530) (310f207)
  • downloading no longer marks metadata fields as 'changed' (#523) (160d1ec)
  • make 'requests.exceptions.ChunkedEncodingError retryable by default (#526) (4abb403)

Documentation

  • update supported / removed Python versions in README (#519) (1f1b138)
Changelog

Sourced from google-cloud-storage's changelog.

1.42.0 (2021-08-05)

Features

  • add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (#520) (c5f4ad8)

Bug Fixes

  • deps: add explicit ranges for 'google-api-core' and 'google-auth' (#530) (310f207)
  • downloading no longer marks metadata fields as 'changed' (#523) (160d1ec)
  • make 'requests.exceptions.ChunkedEncodingError retryable by default (#526) (4abb403)

Documentation

  • update supported / removed Python versions in README (#519) (1f1b138)
Commits
  • fcf9a07 chore: release 1.42.0 (#522)
  • 310f207 fix(deps): add explicit ranges for 'google-api-core' and 'google-auth' (#530)
  • ef41bc1 chore: require CODEOWNER review and up to date branches (#531)
  • 4abb403 fix: make 'requests.exceptions.ChunkedEncodingError retryable by default (#526)
  • aefe198 chore: fix kokoro config for samples (#524)
  • 160d1ec fix: downloading no longer marks metadata fields as 'changed' (#523)
  • c5f4ad8 feat: add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (#520)
  • 1f1b138 docs: update supported / removed Python versions in README (#519)
  • 24ea536 tests: use 120 sec timeout for 'blob.delete' during teardown (#518)
  • See full diff 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)

🔄 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/555 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/12/2021 **Status:** ✅ Merged **Merged:** 8/12/2021 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.42.0` --- ### 📝 Commits (1) - [`e9c1650`](https://github.com/fsouza/fake-gcs-server/commit/e9c1650ed13dfc6763464ca4e0e1b03b7bab0534) 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/googleapis/python-storage) from 1.41.1 to 1.42.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.42.0</h2> <h3>Features</h3> <ul> <li>add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/520">#520</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/c5f4ad8fddd1849a4229b0126c4c022bccb90128">c5f4ad8</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> add explicit ranges for 'google-api-core' and 'google-auth' (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/530">#530</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/310f207411da0382af310172344f19c644c14e6a">310f207</a>)</li> <li>downloading no longer marks metadata fields as 'changed' (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/523">#523</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/160d1ecb41f1f269b25cb68b2d2f7daf418bf01c">160d1ec</a>)</li> <li>make 'requests.exceptions.ChunkedEncodingError retryable by default (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/526">#526</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4abb40310eca7ec45afc4bc5e4dfafbe083e74d2">4abb403</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update supported / removed Python versions in README (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/519">#519</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/1f1b138865fb171535ee0cf768aff1987ed58914">1f1b138</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.41.1...v1.42.0">1.42.0</a> (2021-08-05)</h2> <h3>Features</h3> <ul> <li>add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/520">#520</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/c5f4ad8fddd1849a4229b0126c4c022bccb90128">c5f4ad8</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> add explicit ranges for 'google-api-core' and 'google-auth' (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/530">#530</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/310f207411da0382af310172344f19c644c14e6a">310f207</a>)</li> <li>downloading no longer marks metadata fields as 'changed' (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/523">#523</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/160d1ecb41f1f269b25cb68b2d2f7daf418bf01c">160d1ec</a>)</li> <li>make 'requests.exceptions.ChunkedEncodingError retryable by default (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/526">#526</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4abb40310eca7ec45afc4bc5e4dfafbe083e74d2">4abb403</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>update supported / removed Python versions in README (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/519">#519</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/1f1b138865fb171535ee0cf768aff1987ed58914">1f1b138</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/fcf9a07a49250886f7baba04a8399286e6a5f13b"><code>fcf9a07</code></a> chore: release 1.42.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/522">#522</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/310f207411da0382af310172344f19c644c14e6a"><code>310f207</code></a> fix(deps): add explicit ranges for 'google-api-core' and 'google-auth' (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/530">#530</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ef41bc1a744d5d65961dd5c7c3a4e04b353ef7ae"><code>ef41bc1</code></a> chore: require CODEOWNER review and up to date branches (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/531">#531</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4abb40310eca7ec45afc4bc5e4dfafbe083e74d2"><code>4abb403</code></a> fix: make 'requests.exceptions.ChunkedEncodingError retryable by default (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/526">#526</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/aefe1987248e564dca493805229694df93a77505"><code>aefe198</code></a> chore: fix kokoro config for samples (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/524">#524</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/160d1ecb41f1f269b25cb68b2d2f7daf418bf01c"><code>160d1ec</code></a> fix: downloading no longer marks metadata fields as 'changed' (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/523">#523</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c5f4ad8fddd1849a4229b0126c4c022bccb90128"><code>c5f4ad8</code></a> feat: add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/520">#520</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/1f1b138865fb171535ee0cf768aff1987ed58914"><code>1f1b138</code></a> docs: update supported / removed Python versions in README (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/519">#519</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/24ea536b1c67deec09770bddc0008c57994f0408"><code>24ea536</code></a> tests: use 120 sec timeout for 'blob.delete' during teardown (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/518">#518</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/python-storage/compare/v1.41.1...v1.42.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.41.1&new-version=1.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </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:31:16 +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#711
No description provided.