[PR #2091] [CLOSED] build(deps): bump google-cloud-storage from 3.4.0 to 3.7.0 in /examples/python #2088

Closed
opened 2026-03-03 13:29:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2091
Author: @dependabot[bot]
Created: 12/10/2025
Status: Closed

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


📝 Commits (1)

  • 52e28f1 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 3.4.0 to 3.7.0.

Release notes

Sourced from google-cloud-storage's releases.

v3.7.0

3.7.0 (2025-12-09)

Features

  • Auto enable mTLS when supported certificates are detected (#1637) (4e91c54)
  • Send entire object checksum in the final api call of resumable upload (#1654) (ddce7e5)
  • Support urllib3 >= 2.6.0 (#1658) (57405e9)

Bug Fixes

  • bucket: Move blob fails when the new blob name contains characters that need to be url encoded (#1605) (ec470a2)

v3.6.0

3.6.0 (2025-11-17)

Features

  • Add support for partial list buckets (#1606) (92fc2b0)
  • Make return_partial_success and unreachable fields public for list Bucket (#1601) (323cddd)
  • zb-experimental: Add async write object stream (5ab8103)
  • zb-experimental: Add async write object stream (#1612) (5ab8103)

Bug Fixes

v3.5.0

3.5.0 (2025-11-05)

Features

  • Ensure that Python in FIPS mode can fetch MD5 implementation (#1522) (961536c)
  • Provide option to update user_agent (#1596) (02f1451)

Bug Fixes

  • Deprecate credentials_file argument (74415a2)
  • Flaky system tests for resumable_media (#1592) (7fee3dd)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)
  • Use separate header object for each upload in Transfer Manager MPU (#1595) (0d867bd)

... (truncated)

Changelog

Sourced from google-cloud-storage's changelog.

3.7.0 (2025-12-09)

Features

  • Auto enable mTLS when supported certificates are detected (#1637) (4e91c54)
  • Send entire object checksum in the final api call of resumable upload (#1654) (ddce7e5)
  • Support urllib3 >= 2.6.0 (#1658) (57405e9)

Bug Fixes

  • Fix for move_blob failure when the new blob name contains characters that need to be url encoded (#1605) (ec470a2)

3.6.0 (2025-11-17)

Features

  • Add support for partial list buckets (#1606) (92fc2b0)
  • Make return_partial_success and unreachable fields public for list Bucket (#1601) (323cddd)
  • zb-experimental: Add async write object stream (5ab8103)
  • zb-experimental: Add async write object stream (#1612) (5ab8103)

Bug Fixes

3.5.0 (2025-11-05)

Features

  • experimental: Add base resumption strategy for bidi streams (#1594) (5fb85ea)
  • experimental: Add checksum for bidi reads operation (#1566) (93ce515)
  • experimental: Add read resumption strategy (#1599) (5d5e895)
  • experimental: Handle BidiReadObjectRedirectedError for bidi reads (#1600) (71b0f8a)
  • Indicate that md5 is used as a CRC (#1522) (961536c)
  • Provide option to update user_agent (#1596) (02f1451)

Bug Fixes

  • Deprecate credentials_file argument (74415a2)
  • Flaky system tests for resumable_media (#1592) (7fee3dd)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Make download_ranges compatible with asyncio.create_task(..) (#1591) (faf8b83)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)
  • Redact sensitive data from OTEL traces and fix env var parsing (#1553) (a38ca19)

... (truncated)

Commits
  • 89a947a chore(main): release 3.7.0 (#1621)
  • 57405e9 feat: Support urllib3 >= 2.6.0 (#1658)
  • ddce7e5 feat: send entire object checksum in the final api call of resumable upload (...
  • 4e91c54 feat: Auto enable mTLS when supported certificates are detected (#1637)
  • 4c6d549 chore: setup system tests for zonal buckets in cloud build (#1639)
  • 6ed12b9 chore: fix failing system test due to version upgrade of urllib3 (#1651)
  • 6ab8d92 chore: Add gRPC packages under extra-dependencies (#1640)
  • a1c2507 chore: fix conformance test failure due to VM's API version mismatch. (#1635)
  • 9e6fefd fix: Add simple flush for optimized writes (#1633)
  • fcda233 chore: Add Sys test for move blob where name needs url encoding (#1624)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/2091 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-3.7.0` --- ### 📝 Commits (1) - [`52e28f1`](https://github.com/fsouza/fake-gcs-server/commit/52e28f1eea19fdbe9a861422590c2161f6cf9111) 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 3.4.0 to 3.7.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>v3.7.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.6.0...v3.7.0">3.7.0</a> (2025-12-09)</h2> <h3>Features</h3> <ul> <li>Auto enable mTLS when supported certificates are detected (<a href="https://redirect.github.com/googleapis/python-storage/issues/1637">#1637</a>) (<a href="https://github.com/googleapis/python-storage/commit/4e91c541363f0e583bf9dd1b81a95ff2cb618bac">4e91c54</a>)</li> <li>Send entire object checksum in the final api call of resumable upload (<a href="https://redirect.github.com/googleapis/python-storage/issues/1654">#1654</a>) (<a href="https://github.com/googleapis/python-storage/commit/ddce7e53a13e6c0487221bb14e88161da7ed9e08">ddce7e5</a>)</li> <li>Support urllib3 &gt;= 2.6.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1658">#1658</a>) (<a href="https://github.com/googleapis/python-storage/commit/57405e956a7ca579b20582bf6435cec42743c478">57405e9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>bucket:</strong> Move blob fails when the new blob name contains characters that need to be url encoded (<a href="https://redirect.github.com/googleapis/python-storage/issues/1605">#1605</a>) (<a href="https://github.com/googleapis/python-storage/commit/ec470a270e189e137c7229cc359367d5a897cdb9">ec470a2</a>)</li> </ul> <h2>v3.6.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.5.0...v3.6.0">3.6.0</a> (2025-11-17)</h2> <h3>Features</h3> <ul> <li>Add support for partial list buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1606">#1606</a>) (<a href="https://github.com/googleapis/python-storage/commit/92fc2b00429415b9fbe7cba0167778eee60449e2">92fc2b0</a>)</li> <li>Make return_partial_success and unreachable fields public for list Bucket (<a href="https://redirect.github.com/googleapis/python-storage/issues/1601">#1601</a>) (<a href="https://github.com/googleapis/python-storage/commit/323cddd5d439e04e12614106eab1928fd4008c0b">323cddd</a>)</li> <li><strong>zb-experimental:</strong> Add async write object stream (<a href="https://github.com/googleapis/python-storage/commit/5ab81032268e875f82a66431d666fe61c9eb394b">5ab8103</a>)</li> <li><strong>zb-experimental:</strong> Add async write object stream (<a href="https://redirect.github.com/googleapis/python-storage/issues/1612">#1612</a>) (<a href="https://github.com/googleapis/python-storage/commit/5ab81032268e875f82a66431d666fe61c9eb394b">5ab8103</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Dont pass credentials to StorageClient (<a href="https://redirect.github.com/googleapis/python-storage/issues/1608">#1608</a>) (<a href="https://github.com/googleapis/python-storage/commit/195d644c4d4feec98e9a9cd9fad67fc774c50dc8">195d644</a>)</li> </ul> <h2>v3.5.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.4.1...v3.5.0">3.5.0</a> (2025-11-05)</h2> <h3>Features</h3> <ul> <li>Ensure that Python in FIPS mode can fetch MD5 implementation (<a href="https://redirect.github.com/googleapis/python-storage/issues/1522">#1522</a>) (<a href="https://github.com/googleapis/python-storage/commit/961536c7bf3652a824c207754317030526b9dd28">961536c</a>)</li> <li>Provide option to update <code>user_agent</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1596">#1596</a>) (<a href="https://github.com/googleapis/python-storage/commit/02f1451aaa8dacd10a862e97abb62ae48249b9b4">02f1451</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Deprecate credentials_file argument (<a href="https://github.com/googleapis/python-storage/commit/74415a2a120e9bfa42f4f5fc8bd2f8e0d4cf5d18">74415a2</a>)</li> <li>Flaky system tests for resumable_media (<a href="https://redirect.github.com/googleapis/python-storage/issues/1592">#1592</a>) (<a href="https://github.com/googleapis/python-storage/commit/7fee3dd3390cfb5475a39d8f8272ea825dbda449">7fee3dd</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> <li>Use separate header object for each upload in Transfer Manager MPU (<a href="https://redirect.github.com/googleapis/python-storage/issues/1595">#1595</a>) (<a href="https://github.com/googleapis/python-storage/commit/0d867bd4f405d2dbeca1edfc8072080c5a96c1cd">0d867bd</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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://github.com/googleapis/python-storage/compare/v3.6.0...v3.7.0">3.7.0</a> (2025-12-09)</h2> <h3>Features</h3> <ul> <li>Auto enable mTLS when supported certificates are detected (<a href="https://redirect.github.com/googleapis/python-storage/issues/1637">#1637</a>) (<a href="https://github.com/googleapis/python-storage/commit/4e91c541363f0e583bf9dd1b81a95ff2cb618bac">4e91c54</a>)</li> <li>Send entire object checksum in the final api call of resumable upload (<a href="https://redirect.github.com/googleapis/python-storage/issues/1654">#1654</a>) (<a href="https://github.com/googleapis/python-storage/commit/ddce7e53a13e6c0487221bb14e88161da7ed9e08">ddce7e5</a>)</li> <li>Support urllib3 &gt;= 2.6.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1658">#1658</a>) (<a href="https://github.com/googleapis/python-storage/commit/57405e956a7ca579b20582bf6435cec42743c478">57405e9</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix for <a href="https://github.com/googleapis/python-storage/blob/57405e956a7ca579b20582bf6435cec42743c478/google/cloud/storage/bucket.py#L2256">move_blob</a> failure when the new blob name contains characters that need to be url encoded (<a href="https://redirect.github.com/googleapis/python-storage/issues/1605">#1605</a>) (<a href="https://github.com/googleapis/python-storage/commit/ec470a270e189e137c7229cc359367d5a897cdb9">ec470a2</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.5.0...v3.6.0">3.6.0</a> (2025-11-17)</h2> <h3>Features</h3> <ul> <li>Add support for partial list buckets (<a href="https://redirect.github.com/googleapis/python-storage/issues/1606">#1606</a>) (<a href="https://github.com/googleapis/python-storage/commit/92fc2b00429415b9fbe7cba0167778eee60449e2">92fc2b0</a>)</li> <li>Make return_partial_success and unreachable fields public for list Bucket (<a href="https://redirect.github.com/googleapis/python-storage/issues/1601">#1601</a>) (<a href="https://github.com/googleapis/python-storage/commit/323cddd5d439e04e12614106eab1928fd4008c0b">323cddd</a>)</li> <li><strong>zb-experimental:</strong> Add async write object stream (<a href="https://github.com/googleapis/python-storage/commit/5ab81032268e875f82a66431d666fe61c9eb394b">5ab8103</a>)</li> <li><strong>zb-experimental:</strong> Add async write object stream (<a href="https://redirect.github.com/googleapis/python-storage/issues/1612">#1612</a>) (<a href="https://github.com/googleapis/python-storage/commit/5ab81032268e875f82a66431d666fe61c9eb394b">5ab8103</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Dont pass credentials to StorageClient (<a href="https://redirect.github.com/googleapis/python-storage/issues/1608">#1608</a>) (<a href="https://github.com/googleapis/python-storage/commit/195d644c4d4feec98e9a9cd9fad67fc774c50dc8">195d644</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-storage/compare/v3.4.1...v3.5.0">3.5.0</a> (2025-11-05)</h2> <h3>Features</h3> <ul> <li><strong>experimental:</strong> Add base resumption strategy for bidi streams (<a href="https://redirect.github.com/googleapis/python-storage/issues/1594">#1594</a>) (<a href="https://github.com/googleapis/python-storage/commit/5fb85ea544dcc9ed9dca65957c872c3811f02b87">5fb85ea</a>)</li> <li><strong>experimental:</strong> Add checksum for bidi reads operation (<a href="https://redirect.github.com/googleapis/python-storage/issues/1566">#1566</a>) (<a href="https://github.com/googleapis/python-storage/commit/93ce515d60f0ac77ab83680ba2b4d6a9f57e75d0">93ce515</a>)</li> <li><strong>experimental:</strong> Add read resumption strategy (<a href="https://redirect.github.com/googleapis/python-storage/issues/1599">#1599</a>) (<a href="https://github.com/googleapis/python-storage/commit/5d5e895e173075da557b58614fecc84086aaf9cb">5d5e895</a>)</li> <li><strong>experimental:</strong> Handle BidiReadObjectRedirectedError for bidi reads (<a href="https://redirect.github.com/googleapis/python-storage/issues/1600">#1600</a>) (<a href="https://github.com/googleapis/python-storage/commit/71b0f8a368a61bed9bd793a059f980562061223e">71b0f8a</a>)</li> <li>Indicate that md5 is used as a CRC (<a href="https://redirect.github.com/googleapis/python-storage/issues/1522">#1522</a>) (<a href="https://github.com/googleapis/python-storage/commit/961536c7bf3652a824c207754317030526b9dd28">961536c</a>)</li> <li>Provide option to update user_agent (<a href="https://redirect.github.com/googleapis/python-storage/issues/1596">#1596</a>) (<a href="https://github.com/googleapis/python-storage/commit/02f1451aaa8dacd10a862e97abb62ae48249b9b4">02f1451</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Deprecate credentials_file argument (<a href="https://github.com/googleapis/python-storage/commit/74415a2a120e9bfa42f4f5fc8bd2f8e0d4cf5d18">74415a2</a>)</li> <li>Flaky system tests for resumable_media (<a href="https://redirect.github.com/googleapis/python-storage/issues/1592">#1592</a>) (<a href="https://github.com/googleapis/python-storage/commit/7fee3dd3390cfb5475a39d8f8272ea825dbda449">7fee3dd</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Make <code>download_ranges</code> compatible with <code>asyncio.create_task(..)</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1591">#1591</a>) (<a href="https://github.com/googleapis/python-storage/commit/faf8b83b1f0ac378f8f6f47ce33dc23a866090c9">faf8b83</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> <li>Redact sensitive data from OTEL traces and fix env var parsing (<a href="https://redirect.github.com/googleapis/python-storage/issues/1553">#1553</a>) (<a href="https://github.com/googleapis/python-storage/commit/a38ca1977694def98f65ae7239e300a987bbd262">a38ca19</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/89a947a877f0d8f19be3a2bc45e5dfb8b8a977e5"><code>89a947a</code></a> chore(main): release 3.7.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1621">#1621</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/57405e956a7ca579b20582bf6435cec42743c478"><code>57405e9</code></a> feat: Support urllib3 &gt;= 2.6.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1658">#1658</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ddce7e53a13e6c0487221bb14e88161da7ed9e08"><code>ddce7e5</code></a> feat: send entire object checksum in the final api call of resumable upload (...</li> <li><a href="https://github.com/googleapis/python-storage/commit/4e91c541363f0e583bf9dd1b81a95ff2cb618bac"><code>4e91c54</code></a> feat: Auto enable mTLS when supported certificates are detected (<a href="https://redirect.github.com/googleapis/python-storage/issues/1637">#1637</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4c6d549c3f6f14ee73975de8250f9d975dd0fa10"><code>4c6d549</code></a> chore: setup system tests for zonal buckets in cloud build (<a href="https://redirect.github.com/googleapis/python-storage/issues/1639">#1639</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/6ed12b97126ab936b6033a16d5e61ef424e94b37"><code>6ed12b9</code></a> chore: fix failing system test due to version upgrade of urllib3 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1651">#1651</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/6ab8d9240ccade0a7a9570d03713ffb81a9efa86"><code>6ab8d92</code></a> chore: Add gRPC packages under extra-dependencies (<a href="https://redirect.github.com/googleapis/python-storage/issues/1640">#1640</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/a1c25073e353c317574f9dbdad19e29566f96d65"><code>a1c2507</code></a> chore: fix conformance test failure due to VM's API version mismatch. (<a href="https://redirect.github.com/googleapis/python-storage/issues/1635">#1635</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/9e6fefdc24a12a9189f7119bc9119e84a061842f"><code>9e6fefd</code></a> fix: Add simple flush for optimized writes (<a href="https://redirect.github.com/googleapis/python-storage/issues/1633">#1633</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/fcda23375c52b994f3b57d005f074f7243ade8e7"><code>fcda233</code></a> chore: Add Sys test for move blob where name needs url encoding (<a href="https://redirect.github.com/googleapis/python-storage/issues/1624">#1624</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v3.4.0...v3.7.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=3.4.0&new-version=3.7.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 13:29:43 +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#2088
No description provided.