Skip to content

chore(deps): bump the storage group in /api with 3 updates#35014

Merged
asukaminato0721 merged 2 commits intomainfrom
dependabot/pip/api/storage-233b2882c0
Apr 13, 2026
Merged

chore(deps): bump the storage group in /api with 3 updates#35014
asukaminato0721 merged 2 commits intomainfrom
dependabot/pip/api/storage-233b2882c0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on boto3, bce-python-sdk and google-cloud-storage to permit the latest version.
Updates boto3 from 1.42.83 to 1.42.88

Commits
  • f92a06c Merge branch 'release-1.42.88'
  • 9bdec29 Bumping version to 1.42.88
  • d880788 Add changelog entries from botocore
  • 39a4122 chore: add additional text to CONTRIBUTING.rst (#4749)
  • 8d65320 Merge branch 'release-1.42.87'
  • fdcbb88 Merge branch 'release-1.42.87' into develop
  • aff7ae5 Bumping version to 1.42.87
  • a58071d Add changelog entries from botocore
  • bf26a45 Add boto3 version clarification for login with console credentials (#4758)
  • a4315bc Merge branch 'release-1.42.86'
  • Additional commits viewable in compare view

Updates bce-python-sdk to 0.9.69

Updates google-cloud-storage to 3.10.1

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage: v3.10.1

3.10.1 (2026-03-23)

Bug Fixes

  • raise ValueError if api_endpoint is unset when using AnonymousCredentials in AsyncGrpcClient. (#1778) (17828ea3)
Changelog

Sourced from google-cloud-storage's changelog.

3.10.1 (2026-03-23)

Bug Fixes

3.10.0 (2026-03-18)

Features

Perf Improvments

Bug Fixes

3.9.0 (2026-02-02)

Features

... (truncated)

Commits
  • fce6a6b chore: librarian release pull request: 20260323T070628Z (#1782)
  • f768af7 chore: run bidi_tests independently (#1781)
  • 17828ea fix: raise ValueError if api_endpoint is unset when using AnonymousCredential...
  • 8b7fbde chore: librarian release pull request: 20260318T145147Z (#1776)
  • 21bb20f feat(samples): add argparse and clarify traversal support in download_many sn...
  • 5581988 fix(storage): skip downloading blobs whose name contain ":" eg: C: D: ...
  • c5735c3 feat(storage): support returning skipped items as UserWarning in download_man...
  • 14cfd61 feat(storage): Use raw proto access for read resumption strategy (#1764)
  • 2a6e8b0 feat: add support for bucket encryption enforcement config (#1742)
  • 141f7ac chore: skip hmac tests until b/493225655 is fixed (#1771)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [boto3](https://github.com/boto/boto3), [bce-python-sdk](http://bce.baidu.com) and [google-cloud-storage](https://github.com/googleapis/python-storage) to permit the latest version.

Updates `boto3` from 1.42.83 to 1.42.88
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.83...1.42.88)

Updates `bce-python-sdk` to 0.9.69

Updates `google-cloud-storage` to 3.10.1
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v3.0.0...v3.10.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.88
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: storage
- dependency-name: bce-python-sdk
  dependency-version: 0.9.69
  dependency-type: direct:development
  dependency-group: storage
- dependency-name: google-cloud-storage
  dependency-version: 3.10.1
  dependency-type: direct:development
  dependency-group: storage
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
@dependabot dependabot Bot requested a review from QuantumGhost as a code owner April 13, 2026 01:19
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 13, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.93%. Comparing base (534fea7) to head (9047fed).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #35014   +/-   ##
=======================================
  Coverage   83.93%   83.93%           
=======================================
  Files        4288     4288           
  Lines      181066   181077   +11     
  Branches    36329    36329           
=======================================
+ Hits       151981   151991   +10     
  Misses      26194    26194           
- Partials     2891     2892    +1     
Flag Coverage Δ
api 82.38% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@asukaminato0721 asukaminato0721 added this pull request to the merge queue Apr 13, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 13, 2026
Merged via the queue into main with commit 70be474 Apr 13, 2026
31 checks passed
@asukaminato0721 asukaminato0721 deleted the dependabot/pip/api/storage-233b2882c0 branch April 13, 2026 02:07
HanqingZ pushed a commit to HanqingZ/dify that referenced this pull request Apr 23, 2026
…s#35014)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer python Pull requests that update python code size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant