[PR #1888] [MERGED] build(deps): bump google-cloud-storage from 2.19.0 to 3.0.0 in /examples/python #1912

Closed
opened 2026-03-03 12:36:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1888
Author: @dependabot[bot]
Created: 1/30/2025
Status: Merged
Merged: 2/3/2025
Merged by: @fsouza

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


📝 Commits (1)

  • c2bf819 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 2.19.0 to 3.0.0.

Release notes

Sourced from google-cloud-storage's releases.

v3.0.0

3.0.0 (2025-01-28)

⚠ BREAKING CHANGES

Please consult the README for details on this major version release.

  • The default checksum strategy for uploads has changed from None to "auto" (#1383)
  • The default checksum strategy for downloads has changed from "md5" to "auto" (#1383)
  • Deprecated positional argument "num_retries" has been removed (#1377)
  • Deprecated argument "text_mode" has been removed (#1379)
  • Blob.download_to_filename() now deletes the empty destination file on a 404 (#1394)
  • Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (#1385)
  • Retries are now enabled by default for uploads, blob deletes and blob metadata updates (#1400)

Features

  • Add "auto" checksum option and make default (#1383) (5375fa0)
  • Blob.download_to_filename() deletes the empty destination file on a 404 (#1394) (066be2d)
  • Enable custom predicates for media operations (#1385) (f3517bf)
  • Integrate google-resumable-media (#1283) (bd917b4)
  • Retry by default for uploads, blob deletes, metadata updates (#1400) (0426005)

Bug Fixes

  • Cancel upload when BlobWriter exits with exception (#1243) (df107d2)
  • Changed name of methods Blob.from_string() and Bucket.from_string() to from_uri() (#1335) (58c1d03)
  • Correctly calculate starting offset for retries of ranged reads (#1376) (7b6c9a0)
  • Filter download_kwargs in BlobReader (#1411) (0c21210)
  • Remove deprecated num_retries argument (#1377) (58b5040)
  • Remove deprecated text_mode argument (#1379) (4d20a8e)

Documentation

  • Correct formatting and update README.rst (#1427) (2945853)
  • Fix issue with exceptions.py documentation (#1328) (22b8c30)

v3.0.0rc1

3.0.0rc1 (2024-12-12)

⚠ BREAKING CHANGES

  • The default checksum strategy for uploads has changed from None to "auto" (#1383) (5375fa0)
  • The default checksum strategy for downloads has changed from "md5" to "auto" (#1383) (5375fa0)
  • Deprecated positional argument "num_retries" has been removed (#1377) (58b5040)
  • Deprecated argument "text_mode" has been removed (#1379) (4d20a8e)
  • Media operation retries now work identically to other retries, which may impact default retry settings (#1385) (f3517bf)
  • Blob.download_to_filename() deletes the empty destination file on a 404

... (truncated)

Changelog

Sourced from google-cloud-storage's changelog.

3.0.0 (2025-01-28)

⚠ BREAKING CHANGES

Please consult the README for details on this major version release.

  • The default checksum strategy for uploads has changed from None to "auto" (#1383)
  • The default checksum strategy for downloads has changed from "md5" to "auto" (#1383)
  • Deprecated positional argument "num_retries" has been removed (#1377)
  • Deprecated argument "text_mode" has been removed (#1379)
  • Blob.download_to_filename() now deletes the empty destination file on a 404 (#1394)
  • Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (#1385)
  • Retries are now enabled by default for uploads, blob deletes and blob metadata updates (#1400)

Features

  • Add "auto" checksum option and make default (#1383) (5375fa0)
  • Blob.download_to_filename() deletes the empty destination file on a 404 (#1394) (066be2d)
  • Enable custom predicates for media operations (#1385) (f3517bf)
  • Integrate google-resumable-media (#1283) (bd917b4)
  • Retry by default for uploads, blob deletes, metadata updates (#1400) (0426005)

Bug Fixes

  • Cancel upload when BlobWriter exits with exception (#1243) (df107d2)
  • Changed name of methods Blob.from_string() and Bucket.from_string() to from_uri() (#1335) (58c1d03)
  • Correctly calculate starting offset for retries of ranged reads (#1376) (7b6c9a0)
  • Filter download_kwargs in BlobReader (#1411) (0c21210)
  • Remove deprecated num_retries argument (#1377) (58b5040)
  • Remove deprecated text_mode argument (#1379) (4d20a8e)

Documentation

  • Correct formatting and update README.rst (#1427) (2945853)
  • Fix issue with exceptions.py documentation (#1328) (22b8c30)
Commits
  • f2cc9c5 chore(main): release 3.0.0 (#1393)
  • 71455bc samples: add OTel Tracing quickstart (#1371)
  • 2945853 Docs: Correct formatting and update README.rst (#1427)
  • 0426005 feat: Retry by default for uploads, blob deletes, metadata updates (#1400)
  • 0c21210 fix: filter download_kwargs in BlobReader (#1411)
  • c2a2ce5 chore(python): exclude .github/workflows/unittest.yml in renovate config (#1407)
  • ffa0734 chore(deps): update all dependencies (#1405)
  • 2e94ad0 chore(python): Update the python version in docs presubmit to use 3.10 (#1403)
  • 4e9a382 feat!: Release as 3.0.0 (#1396)
  • 066be2d feat: download_to_filename deletes the empty file on a 404 (#1394)
  • 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/1888 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/pip/examples/python/google-cloud-storage-3.0.0` --- ### 📝 Commits (1) - [`c2bf819`](https://github.com/fsouza/fake-gcs-server/commit/c2bf81995d85122749da9fddfc7db0fa6f09d605) 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 2.19.0 to 3.0.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.0.0</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.19.0...v3.0.0">3.0.0</a> (2025-01-28)</h2> <h3>⚠ BREAKING CHANGES</h3> <p>Please consult the README for details on this major version release.</p> <ul> <li>The default checksum strategy for uploads has changed from None to &quot;auto&quot; (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>)</li> <li>The default checksum strategy for downloads has changed from &quot;md5&quot; to &quot;auto&quot; (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>)</li> <li>Deprecated positional argument &quot;num_retries&quot; has been removed (<a href="https://redirect.github.com/googleapis/python-storage/issues/1377">#1377</a>)</li> <li>Deprecated argument &quot;text_mode&quot; has been removed (<a href="https://redirect.github.com/googleapis/python-storage/issues/1379">#1379</a>)</li> <li>Blob.download_to_filename() now deletes the empty destination file on a 404 (<a href="https://redirect.github.com/googleapis/python-storage/pull/1394">#1394</a>)</li> <li>Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (<a href="https://redirect.github.com/googleapis/python-storage/issues/1385">#1385</a>)</li> <li>Retries are now enabled by default for uploads, blob deletes and blob metadata updates (<a href="https://redirect.github.com/googleapis/python-storage/issues/1400">#1400</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add &quot;auto&quot; checksum option and make default (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>) (<a href="https://github.com/googleapis/python-storage/commit/5375fa07385c60cac694025aee123e20cb25bb65">5375fa0</a>)</li> <li>Blob.download_to_filename() deletes the empty destination file on a 404 (<a href="https://redirect.github.com/googleapis/python-storage/pull/1394">#1394</a>) (<a href="https://github.com/googleapis/python-storage/commit/066be2db789cfd28d47d143ca0f7ccc9da183682">066be2d</a>)</li> <li>Enable custom predicates for media operations (<a href="https://redirect.github.com/googleapis/python-storage/issues/1385">#1385</a>) (<a href="https://github.com/googleapis/python-storage/commit/f3517bfcb9e4ab8e4d761eb64a753e64b3d5871d">f3517bf</a>)</li> <li>Integrate google-resumable-media (<a href="https://redirect.github.com/googleapis/python-storage/issues/1283">#1283</a>) (<a href="https://github.com/googleapis/python-storage/commit/bd917b49d2a20e2e1edee2d32dc65b66da8d6aba">bd917b4</a>)</li> <li>Retry by default for uploads, blob deletes, metadata updates (<a href="https://redirect.github.com/googleapis/python-storage/issues/1400">#1400</a>) (<a href="https://github.com/googleapis/python-storage/commit/0426005175079ebdd73c299642a83b8193086d60">0426005</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Cancel upload when BlobWriter exits with exception (<a href="https://redirect.github.com/googleapis/python-storage/issues/1243">#1243</a>) (<a href="https://github.com/googleapis/python-storage/commit/df107d20a772e9b955d9978cd4a7731869e92cbe">df107d2</a>)</li> <li>Changed name of methods <code>Blob.from_string()</code> and <code>Bucket.from_string()</code> to <code>from_uri()</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1335">#1335</a>) (<a href="https://github.com/googleapis/python-storage/commit/58c1d038198046665317a0d00eb9630608349476">58c1d03</a>)</li> <li>Correctly calculate starting offset for retries of ranged reads (<a href="https://redirect.github.com/googleapis/python-storage/issues/1376">#1376</a>) (<a href="https://github.com/googleapis/python-storage/commit/7b6c9a0fb3a79d713f951176a690f6e72c4d77c5">7b6c9a0</a>)</li> <li>Filter download_kwargs in BlobReader (<a href="https://redirect.github.com/googleapis/python-storage/issues/1411">#1411</a>) (<a href="https://github.com/googleapis/python-storage/commit/0c21210450319f6da920982116ee52075105c45a">0c21210</a>)</li> <li>Remove deprecated num_retries argument (<a href="https://redirect.github.com/googleapis/python-storage/issues/1377">#1377</a>) (<a href="https://github.com/googleapis/python-storage/commit/58b5040933d4b21e0be94357ed5aa14c87969f73">58b5040</a>)</li> <li>Remove deprecated text_mode argument (<a href="https://redirect.github.com/googleapis/python-storage/issues/1379">#1379</a>) (<a href="https://github.com/googleapis/python-storage/commit/4d20a8efa8cf37bb7f099b20a8c352c9a0c42659">4d20a8e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Correct formatting and update README.rst (<a href="https://redirect.github.com/googleapis/python-storage/issues/1427">#1427</a>) (<a href="https://github.com/googleapis/python-storage/commit/29458539773e834b202fef0c77dc439c393b37e8">2945853</a>)</li> <li>Fix issue with exceptions.py documentation (<a href="https://redirect.github.com/googleapis/python-storage/issues/1328">#1328</a>) (<a href="https://github.com/googleapis/python-storage/commit/22b8c304afc7199fbc2dec448a4a3c5eba7d4e3a">22b8c30</a>)</li> </ul> <h2>v3.0.0rc1</h2> <h2><a href="https://github.com/googleapis/python-storage/compare/v2.19.0...v3.0.0rc1">3.0.0rc1</a> (2024-12-12)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>The default checksum strategy for uploads has changed from None to &quot;auto&quot; (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>) (5375fa0)</li> <li>The default checksum strategy for downloads has changed from &quot;md5&quot; to &quot;auto&quot; (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>) (5375fa0)</li> <li>Deprecated positional argument &quot;num_retries&quot; has been removed (<a href="https://redirect.github.com/googleapis/python-storage/issues/1377">#1377</a>) (58b5040)</li> <li>Deprecated argument &quot;text_mode&quot; has been removed (<a href="https://redirect.github.com/googleapis/python-storage/issues/1379">#1379</a>) (4d20a8e)</li> <li>Media operation retries now work identically to other retries, which may impact default retry settings (<a href="https://redirect.github.com/googleapis/python-storage/issues/1385">#1385</a>) (f3517bf)</li> <li>Blob.download_to_filename() deletes the empty destination file on a 404</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/v2.19.0...v3.0.0">3.0.0</a> (2025-01-28)</h2> <h3>⚠ BREAKING CHANGES</h3> <p>Please consult the README for details on this major version release.</p> <ul> <li>The default checksum strategy for uploads has changed from None to &quot;auto&quot; (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>)</li> <li>The default checksum strategy for downloads has changed from &quot;md5&quot; to &quot;auto&quot; (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>)</li> <li>Deprecated positional argument &quot;num_retries&quot; has been removed (<a href="https://redirect.github.com/googleapis/python-storage/issues/1377">#1377</a>)</li> <li>Deprecated argument &quot;text_mode&quot; has been removed (<a href="https://redirect.github.com/googleapis/python-storage/issues/1379">#1379</a>)</li> <li>Blob.download_to_filename() now deletes the empty destination file on a 404 (<a href="https://redirect.github.com/googleapis/python-storage/pull/1394">#1394</a>)</li> <li>Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (<a href="https://redirect.github.com/googleapis/python-storage/issues/1385">#1385</a>)</li> <li>Retries are now enabled by default for uploads, blob deletes and blob metadata updates (<a href="https://redirect.github.com/googleapis/python-storage/issues/1400">#1400</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add &quot;auto&quot; checksum option and make default (<a href="https://redirect.github.com/googleapis/python-storage/issues/1383">#1383</a>) (<a href="https://github.com/googleapis/python-storage/commit/5375fa07385c60cac694025aee123e20cb25bb65">5375fa0</a>)</li> <li>Blob.download_to_filename() deletes the empty destination file on a 404 (<a href="https://redirect.github.com/googleapis/python-storage/pull/1394">#1394</a>) (<a href="https://github.com/googleapis/python-storage/commit/066be2db789cfd28d47d143ca0f7ccc9da183682">066be2d</a>)</li> <li>Enable custom predicates for media operations (<a href="https://redirect.github.com/googleapis/python-storage/issues/1385">#1385</a>) (<a href="https://github.com/googleapis/python-storage/commit/f3517bfcb9e4ab8e4d761eb64a753e64b3d5871d">f3517bf</a>)</li> <li>Integrate google-resumable-media (<a href="https://redirect.github.com/googleapis/python-storage/issues/1283">#1283</a>) (<a href="https://github.com/googleapis/python-storage/commit/bd917b49d2a20e2e1edee2d32dc65b66da8d6aba">bd917b4</a>)</li> <li>Retry by default for uploads, blob deletes, metadata updates (<a href="https://redirect.github.com/googleapis/python-storage/issues/1400">#1400</a>) (<a href="https://github.com/googleapis/python-storage/commit/0426005175079ebdd73c299642a83b8193086d60">0426005</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Cancel upload when BlobWriter exits with exception (<a href="https://redirect.github.com/googleapis/python-storage/issues/1243">#1243</a>) (<a href="https://github.com/googleapis/python-storage/commit/df107d20a772e9b955d9978cd4a7731869e92cbe">df107d2</a>)</li> <li>Changed name of methods <code>Blob.from_string()</code> and <code>Bucket.from_string()</code> to <code>from_uri()</code> (<a href="https://redirect.github.com/googleapis/python-storage/issues/1335">#1335</a>) (<a href="https://github.com/googleapis/python-storage/commit/58c1d038198046665317a0d00eb9630608349476">58c1d03</a>)</li> <li>Correctly calculate starting offset for retries of ranged reads (<a href="https://redirect.github.com/googleapis/python-storage/issues/1376">#1376</a>) (<a href="https://github.com/googleapis/python-storage/commit/7b6c9a0fb3a79d713f951176a690f6e72c4d77c5">7b6c9a0</a>)</li> <li>Filter download_kwargs in BlobReader (<a href="https://redirect.github.com/googleapis/python-storage/issues/1411">#1411</a>) (<a href="https://github.com/googleapis/python-storage/commit/0c21210450319f6da920982116ee52075105c45a">0c21210</a>)</li> <li>Remove deprecated num_retries argument (<a href="https://redirect.github.com/googleapis/python-storage/issues/1377">#1377</a>) (<a href="https://github.com/googleapis/python-storage/commit/58b5040933d4b21e0be94357ed5aa14c87969f73">58b5040</a>)</li> <li>Remove deprecated text_mode argument (<a href="https://redirect.github.com/googleapis/python-storage/issues/1379">#1379</a>) (<a href="https://github.com/googleapis/python-storage/commit/4d20a8efa8cf37bb7f099b20a8c352c9a0c42659">4d20a8e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Correct formatting and update README.rst (<a href="https://redirect.github.com/googleapis/python-storage/issues/1427">#1427</a>) (<a href="https://github.com/googleapis/python-storage/commit/29458539773e834b202fef0c77dc439c393b37e8">2945853</a>)</li> <li>Fix issue with exceptions.py documentation (<a href="https://redirect.github.com/googleapis/python-storage/issues/1328">#1328</a>) (<a href="https://github.com/googleapis/python-storage/commit/22b8c304afc7199fbc2dec448a4a3c5eba7d4e3a">22b8c30</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-storage/commit/f2cc9c5a2b1cc9724ca1269b8d452304da96bf03"><code>f2cc9c5</code></a> chore(main): release 3.0.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1393">#1393</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/71455bcc7f6958009f4337059bd08a9884781055"><code>71455bc</code></a> samples: add OTel Tracing quickstart (<a href="https://redirect.github.com/googleapis/python-storage/issues/1371">#1371</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/29458539773e834b202fef0c77dc439c393b37e8"><code>2945853</code></a> Docs: Correct formatting and update README.rst (<a href="https://redirect.github.com/googleapis/python-storage/issues/1427">#1427</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/0426005175079ebdd73c299642a83b8193086d60"><code>0426005</code></a> feat: Retry by default for uploads, blob deletes, metadata updates (<a href="https://redirect.github.com/googleapis/python-storage/issues/1400">#1400</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/0c21210450319f6da920982116ee52075105c45a"><code>0c21210</code></a> fix: filter download_kwargs in BlobReader (<a href="https://redirect.github.com/googleapis/python-storage/issues/1411">#1411</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/c2a2ce58c7fd734dc3e9f2c079aeb4d5aab0c0c3"><code>c2a2ce5</code></a> chore(python): exclude .github/workflows/unittest.yml in renovate config (<a href="https://redirect.github.com/googleapis/python-storage/issues/1407">#1407</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/ffa07347089cb38438879ca69567721703658449"><code>ffa0734</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/googleapis/python-storage/issues/1405">#1405</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/2e94ad0eba8f24fbdf51bb615caf120911e4daab"><code>2e94ad0</code></a> chore(python): Update the python version in docs presubmit to use 3.10 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1403">#1403</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/4e9a382dd91f7d951cb9b95319b05e0cdda06415"><code>4e9a382</code></a> feat!: Release as 3.0.0 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1396">#1396</a>)</li> <li><a href="https://github.com/googleapis/python-storage/commit/066be2db789cfd28d47d143ca0f7ccc9da183682"><code>066be2d</code></a> feat: download_to_filename deletes the empty file on a 404 (<a href="https://redirect.github.com/googleapis/python-storage/issues/1394">#1394</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-storage/compare/v2.19.0...v3.0.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=2.19.0&new-version=3.0.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 12:36:46 +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#1912
No description provided.