[PR #578] [MERGED] build(deps): bump google-cloud-storage from 1.42.1 to 1.42.2 in /examples/python #735

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 9d0083f build(deps): bump google-cloud-storage in /examples/python

📊 Changes

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

View changed files

📝 examples/python/requirements.txt (+5 -2)

📄 Description

Bumps google-cloud-storage from 1.42.1 to 1.42.2.

Release notes

Sourced from google-cloud-storage's releases.

v1.42.2

Bug Fixes

  • add preconditions and retry config support to ACL patch operationss (#586) (4333caf)
  • add unpinned protobuf for python3 (#592) (53f7ad0)
  • pin six as a required dependency (#589) (9ca97bf)
Changelog

Sourced from google-cloud-storage's changelog.

1.42.2 (2021-09-16)

Bug Fixes

  • add preconditions and retry config support to ACL patch operationss (#586) (4333caf)
  • add unpinned protobuf for python3 (#592) (53f7ad0)
  • pin six as a required dependency (#589) (9ca97bf)
Commits
  • 29d85ca chore: release 1.42.2 (#587)
  • 258c791 tests: update retry conformance tests ACL related methods (#590)
  • 53f7ad0 fix: add unpinned protobuf for python3 (#592)
  • 9ca97bf fix: pin six as a required dependency (#589)
  • 4333caf fix: add preconditions and retry config support to ACL patch operationss (#586)
  • 3d43049 tests: add retry conformance tests to run in presubmit (#585)
  • a0f05a6 tests: add retry conformance test cases (#580)
  • b182c45 chore: Update CODEOWNERS for @​googleapis/cloud-storage-dpe (#583)
  • 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/578 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/17/2021 **Status:** ✅ Merged **Merged:** 9/17/2021 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.42.2` --- ### 📝 Commits (1) - [`9d0083f`](https://github.com/fsouza/fake-gcs-server/commit/9d0083f202b873a7c9b8cf45f33c20e0bbc0e85b) build(deps): bump google-cloud-storage in /examples/python ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/python/requirements.txt` (+5 -2) </details> ### 📄 Description Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 1.42.1 to 1.42.2. <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.2</h2> <h3>Bug Fixes</h3> <ul> <li>add preconditions and retry config support to ACL patch operationss (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/586">#586</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4333caf3674d78b3dfbc161a796abac604d57953">4333caf</a>)</li> <li>add unpinned protobuf for python3 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/592">#592</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/53f7ad0204ad425011da9162d1a78f8276c837eb">53f7ad0</a>)</li> <li>pin six as a required dependency (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/589">#589</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/9ca97bf9139c71cd033c78af73da904b27d8ff50">9ca97bf</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md">google-cloud-storage's changelog</a>.</em></p> <blockquote> <h3><a href="https://www.github.com/googleapis/python-storage/compare/v1.42.1...v1.42.2">1.42.2</a> (2021-09-16)</h3> <h3>Bug Fixes</h3> <ul> <li>add preconditions and retry config support to ACL patch operationss (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/586">#586</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/4333caf3674d78b3dfbc161a796abac604d57953">4333caf</a>)</li> <li>add unpinned protobuf for python3 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/592">#592</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/53f7ad0204ad425011da9162d1a78f8276c837eb">53f7ad0</a>)</li> <li>pin six as a required dependency (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/589">#589</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/9ca97bf9139c71cd033c78af73da904b27d8ff50">9ca97bf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/29d85ca83a8756b800041a9e05efa258ed8ef0d6"><code>29d85ca</code></a> chore: release 1.42.2 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/587">#587</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/258c791d2401aa01316466fbebae589398ac9fac"><code>258c791</code></a> tests: update retry conformance tests ACL related methods (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/590">#590</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/53f7ad0204ad425011da9162d1a78f8276c837eb"><code>53f7ad0</code></a> fix: add unpinned protobuf for python3 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/592">#592</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9ca97bf9139c71cd033c78af73da904b27d8ff50"><code>9ca97bf</code></a> fix: pin six as a required dependency (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/589">#589</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4333caf3674d78b3dfbc161a796abac604d57953"><code>4333caf</code></a> fix: add preconditions and retry config support to ACL patch operationss (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/586">#586</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/3d43049cc94f65f71932b210e6edc5f195d408c4"><code>3d43049</code></a> tests: add retry conformance tests to run in presubmit (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/585">#585</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/a0f05a6a7176e531af1768ffad12415dbef589b2"><code>a0f05a6</code></a> tests: add retry conformance test cases (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/580">#580</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/b182c45ef26090b0f83381ca682d7686b0a6c83a"><code>b182c45</code></a> chore: Update CODEOWNERS for <code>@​googleapis/cloud-storage-dpe</code> (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/583">#583</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/python-storage/compare/v1.42.1...v1.42.2">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.42.1&new-version=1.42.2)](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:23 +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#735
No description provided.