Commit b98c026
chore(deps): update all dependencies (#13584)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
|
[google-cloud-storage](https://redirect.github.com/googleapis/python-storage)
| `>=1.18.0, <3.0.0dev` -> `>=3.1.0, <3.2.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| | major |
|
[googleapis/code-suggester](https://redirect.github.com/googleapis/code-suggester)
| `v4` -> `v5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| action | major |
---
### Release Notes
<details>
<summary>googleapis/python-storage (google-cloud-storage)</summary>
###
[`v3.1.0`](https://redirect.github.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#310-2025-02-27)
[Compare
Source](https://redirect.github.com/googleapis/python-storage/compare/v3.0.0...v3.1.0)
##### Features
- Add api_key argument to Client constructor
([#​1441](https://redirect.github.com/googleapis/python-storage/issues/1441))
([c869e15](https://redirect.github.com/googleapis/python-storage/commit/c869e15ec535a0aa50029d30b6a3ce64ff119b5f))
- Add Bucket.move_blob() for HNS-enabled buckets
([#​1431](https://redirect.github.com/googleapis/python-storage/issues/1431))
([24c000f](https://redirect.github.com/googleapis/python-storage/commit/24c000fb7b9f576e6d6c6ec5733f3971fe133655))
###
[`v3.0.0`](https://redirect.github.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#300-2025-01-28)
[Compare
Source](https://redirect.github.com/googleapis/python-storage/compare/v2.19.0...v3.0.0)
##### ⚠ 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](https://redirect.github.com/googleapis/python-storage/issues/1383))
- The default checksum strategy for downloads has changed from "md5" to
"auto"
([#​1383](https://redirect.github.com/googleapis/python-storage/issues/1383))
- Deprecated positional argument "num_retries" has been removed
([#​1377](https://redirect.github.com/googleapis/python-storage/issues/1377))
- Deprecated argument "text_mode" has been removed
([#​1379](https://redirect.github.com/googleapis/python-storage/issues/1379))
- Blob.download_to_filename() now deletes the empty destination file on
a 404
([#​1394](https://redirect.github.com/googleapis/python-storage/pull/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](https://redirect.github.com/googleapis/python-storage/issues/1385))
- Retries are now enabled by default for uploads, blob deletes and blob
metadata updates
([#​1400](https://redirect.github.com/googleapis/python-storage/issues/1400))
##### Features
- Add "auto" checksum option and make default
([#​1383](https://redirect.github.com/googleapis/python-storage/issues/1383))
([5375fa0](https://redirect.github.com/googleapis/python-storage/commit/5375fa07385c60cac694025aee123e20cb25bb65))
- Blob.download_to_filename() deletes the empty destination file on a
404
([#​1394](https://redirect.github.com/googleapis/python-storage/pull/1394))
([066be2d](https://redirect.github.com/googleapis/python-storage/commit/066be2db789cfd28d47d143ca0f7ccc9da183682))
- Enable custom predicates for media operations
([#​1385](https://redirect.github.com/googleapis/python-storage/issues/1385))
([f3517bf](https://redirect.github.com/googleapis/python-storage/commit/f3517bfcb9e4ab8e4d761eb64a753e64b3d5871d))
- Integrate google-resumable-media
([#​1283](https://redirect.github.com/googleapis/python-storage/issues/1283))
([bd917b4](https://redirect.github.com/googleapis/python-storage/commit/bd917b49d2a20e2e1edee2d32dc65b66da8d6aba))
- Retry by default for uploads, blob deletes, metadata updates
([#​1400](https://redirect.github.com/googleapis/python-storage/issues/1400))
([0426005](https://redirect.github.com/googleapis/python-storage/commit/0426005175079ebdd73c299642a83b8193086d60))
##### Bug Fixes
- Cancel upload when BlobWriter exits with exception
([#​1243](https://redirect.github.com/googleapis/python-storage/issues/1243))
([df107d2](https://redirect.github.com/googleapis/python-storage/commit/df107d20a772e9b955d9978cd4a7731869e92cbe))
- Changed name of methods `Blob.from_string()` and
`Bucket.from_string()` to `from_uri()`
([#​1335](https://redirect.github.com/googleapis/python-storage/issues/1335))
([58c1d03](https://redirect.github.com/googleapis/python-storage/commit/58c1d038198046665317a0d00eb9630608349476))
- Correctly calculate starting offset for retries of ranged reads
([#​1376](https://redirect.github.com/googleapis/python-storage/issues/1376))
([7b6c9a0](https://redirect.github.com/googleapis/python-storage/commit/7b6c9a0fb3a79d713f951176a690f6e72c4d77c5))
- Filter download_kwargs in BlobReader
([#​1411](https://redirect.github.com/googleapis/python-storage/issues/1411))
([0c21210](https://redirect.github.com/googleapis/python-storage/commit/0c21210450319f6da920982116ee52075105c45a))
- Remove deprecated num_retries argument
([#​1377](https://redirect.github.com/googleapis/python-storage/issues/1377))
([58b5040](https://redirect.github.com/googleapis/python-storage/commit/58b5040933d4b21e0be94357ed5aa14c87969f73))
- Remove deprecated text_mode argument
([#​1379](https://redirect.github.com/googleapis/python-storage/issues/1379))
([4d20a8e](https://redirect.github.com/googleapis/python-storage/commit/4d20a8efa8cf37bb7f099b20a8c352c9a0c42659))
##### Documentation
- Correct formatting and update README.rst
([#​1427](https://redirect.github.com/googleapis/python-storage/issues/1427))
([2945853](https://redirect.github.com/googleapis/python-storage/commit/29458539773e834b202fef0c77dc439c393b37e8))
- Fix issue with exceptions.py documentation
([#​1328](https://redirect.github.com/googleapis/python-storage/issues/1328))
([22b8c30](https://redirect.github.com/googleapis/python-storage/commit/22b8c304afc7199fbc2dec448a4a3c5eba7d4e3a))
</details>
<details>
<summary>googleapis/code-suggester (googleapis/code-suggester)</summary>
###
[`v5`](https://redirect.github.com/googleapis/code-suggester/compare/v4...v5)
[Compare
Source](https://redirect.github.com/googleapis/code-suggester/compare/v4...v5)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/google-cloud-python).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
---------
Co-authored-by: Anthonios Partheniou <[email protected]>1 parent 913adaf commit b98c026
File tree
3 files changed
+3
-3
lines changed- .github/workflows
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments