[PR #624] [MERGED] build(deps): bump google-cloud-storage from 1.42.3 to 1.43.0 in /examples/python #772

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3e829f8 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.42.3 to 1.43.0.

Release notes

Sourced from google-cloud-storage's releases.

v1.43.0

Features

Bug Fixes

  • raise a ValueError in BucketNotification.create() if a topic name is not set (#617) (9dd78df)

Documentation

  • add contributing and authoring guides under samples/ (#633) (420591a)
  • add links to samples and how to guides (#641) (49f78b0)
  • add README to samples subdirectory (#639) (58af882)
  • update samples readme with cli args (#651) (75dda81)
Changelog

Sourced from google-cloud-storage's changelog.

1.43.0 (2021-11-15)

Features

Bug Fixes

  • raise a ValueError in BucketNotification.create() if a topic name is not set (#617) (9dd78df)

Documentation

  • add contributing and authoring guides under samples/ (#633) (420591a)
  • add links to samples and how to guides (#641) (49f78b0)
  • add README to samples subdirectory (#639) (58af882)
  • update samples readme with cli args (#651) (75dda81)
Commits
  • 979178b chore: release 1.43.0 (#618)
  • ccbf821 chore(deps): update dependency pytest to v6.2.5 (#629)
  • 75dda81 docs: update samples readme with cli args (#651)
  • b7b1d54 chore(deps): update dependency pandas to v1.3.4 (#648)
  • 216156d chore(deps): update dependency google-cloud-pubsub to v2.9.0 (#649)
  • 4203190 samples: add pubsub notifications samples (#646)
  • 2439d01 samples: Add GCS fileio samples (#645)
  • af9c9dc feat: add ignore_flush parameter to BlobWriter (#644)
  • 49f78b0 docs: add links to samples and how to guides (#641)
  • 0b7838a test: reduce system test flakiness (#642)
  • 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)

🔄 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/624 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/18/2021 **Status:** ✅ Merged **Merged:** 11/18/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-1.43.0` --- ### 📝 Commits (1) - [`3e829f8`](https://github.com/fsouza/fake-gcs-server/commit/3e829f8d317d47dd430e9992568364e444f4501d) 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.42.3 to 1.43.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.43.0</h2> <h3>Features</h3> <ul> <li>add ignore_flush parameter to BlobWriter (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/644">#644</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/af9c9dc83d8582167b74105167af17c9809455de">af9c9dc</a>)</li> <li>add support for Python 3.10 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/615">#615</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/f81a2d054616c1ca1734997a16a8f47f98ab346b">f81a2d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>raise a ValueError in BucketNotification.create() if a topic name is not set (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/617">#617</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/9dd78df444d21af51af7858e8958b505a26c0b79">9dd78df</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add contributing and authoring guides under samples/ (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/633">#633</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/420591a2b71f823dbe80f4a4405d8a514f87e0fb">420591a</a>)</li> <li>add links to samples and how to guides (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/641">#641</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/49f78b09fed6d9f486639fd0a72542c30a0df084">49f78b0</a>)</li> <li>add README to samples subdirectory (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/639">#639</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/58af882c047c31f59486513c568737082bca6350">58af882</a>)</li> <li>update samples readme with cli args (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/651">#651</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/75dda810e808074d18dfe7915f1403ad01bf2f02">75dda81</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> <h2><a href="https://www.github.com/googleapis/python-storage/compare/v1.42.3...v1.43.0">1.43.0</a> (2021-11-15)</h2> <h3>Features</h3> <ul> <li>add ignore_flush parameter to BlobWriter (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/644">#644</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/af9c9dc83d8582167b74105167af17c9809455de">af9c9dc</a>)</li> <li>add support for Python 3.10 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/615">#615</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/f81a2d054616c1ca1734997a16a8f47f98ab346b">f81a2d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>raise a ValueError in BucketNotification.create() if a topic name is not set (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/617">#617</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/9dd78df444d21af51af7858e8958b505a26c0b79">9dd78df</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add contributing and authoring guides under samples/ (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/633">#633</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/420591a2b71f823dbe80f4a4405d8a514f87e0fb">420591a</a>)</li> <li>add links to samples and how to guides (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/641">#641</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/49f78b09fed6d9f486639fd0a72542c30a0df084">49f78b0</a>)</li> <li>add README to samples subdirectory (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/639">#639</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/58af882c047c31f59486513c568737082bca6350">58af882</a>)</li> <li>update samples readme with cli args (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/651">#651</a>) (<a href="https://www.github.com/googleapis/python-storage/commit/75dda810e808074d18dfe7915f1403ad01bf2f02">75dda81</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/979178b1ecaf561d365c17728aeb4e90cbf9c386"><code>979178b</code></a> chore: release 1.43.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/618">#618</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ccbf8217621598728ea1242534493cd4f3ffa147"><code>ccbf821</code></a> chore(deps): update dependency pytest to v6.2.5 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/629">#629</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/75dda810e808074d18dfe7915f1403ad01bf2f02"><code>75dda81</code></a> docs: update samples readme with cli args (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/651">#651</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/b7b1d54dd3f5f85dfa5b725e7ce1c09c2a7d5f2b"><code>b7b1d54</code></a> chore(deps): update dependency pandas to v1.3.4 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/648">#648</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/216156d64eb89e1f95732d7dd593f3b236ce1763"><code>216156d</code></a> chore(deps): update dependency google-cloud-pubsub to v2.9.0 (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/649">#649</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4203190e3288617bcd14b89ec4abe8f90c437b68"><code>4203190</code></a> samples: add pubsub notifications samples (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/646">#646</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/2439d01cd3a4eead0105e9d20ec5e842db55eff1"><code>2439d01</code></a> samples: Add GCS fileio samples (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/645">#645</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/af9c9dc83d8582167b74105167af17c9809455de"><code>af9c9dc</code></a> feat: add ignore_flush parameter to BlobWriter (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/644">#644</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/49f78b09fed6d9f486639fd0a72542c30a0df084"><code>49f78b0</code></a> docs: add links to samples and how to guides (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/641">#641</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/0b7838a942ae085691ff0147fe39453dfc4485db"><code>0b7838a</code></a> test: reduce system test flakiness (<a href="https://github-redirect.dependabot.com/googleapis/python-storage/issues/642">#642</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v1.42.3...v1.43.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.42.3&new-version=1.43.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:32 +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#772
No description provided.