Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google-cloud-storage from 2.11.0 to 2.12.0 #11593

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps google-cloud-storage from 2.11.0 to 2.12.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.12.0

2.12.0 (2023-10-12)

Features

  • Add additional_blob_attributes to upload_many_from_filenames (#1162) (c7229f2)
  • Add crc32c_checksum argument to download_chunks_concurrently (#1138) (fc92ad1)
  • Add skip_if_exists to download_many (#1161) (c5a983d)
  • Launch transfer manager to GA (#1159) (5c90563)

Bug Fixes

  • Bump python-auth version to fix issue and remove workaround (#1158) (28c02dd)
  • Mark _deprecate_threads_param as a wrapper to unblock introspection and docs (#1122) (69bd4a9)

Documentation

  • Add snippets for upload_chunks_concurrently and add chunk_size (#1135) (3a0f551)
  • Update formatting and wording in transfer_manager docstrings (#1163) (9e460d8)
Changelog

Sourced from google-cloud-storage's changelog.

2.12.0 (2023-10-12)

Features

  • Add additional_blob_attributes to upload_many_from_filenames (#1162) (c7229f2)
  • Add crc32c_checksum argument to download_chunks_concurrently (#1138) (fc92ad1)
  • Add skip_if_exists to download_many (#1161) (c5a983d)
  • Launch transfer manager to GA (#1159) (5c90563)

Bug Fixes

  • Bump python-auth version to fix issue and remove workaround (#1158) (28c02dd)
  • Mark _deprecate_threads_param as a wrapper to unblock introspection and docs (#1122) (69bd4a9)

Documentation

  • Add snippets for upload_chunks_concurrently and add chunk_size (#1135) (3a0f551)
  • Update formatting and wording in transfer_manager docstrings (#1163) (9e460d8)
Commits
  • 1ef0e1a chore(main): release 2.12.0 (#1132)
  • 9e460d8 docs: update formatting and wording in transfer_manager docstrings (#1163)
  • 5c90563 feat: launch transfer manager to GA (#1159)
  • c7229f2 feat: add additional_blob_attributes to upload_many_from_filenames (#1162)
  • c5a983d feat: add skip_if_exists to download_many (#1161)
  • fc92ad1 feat: add crc32c_checksum argument to download_chunks_concurrently (#1138)
  • a455195 test: dedup kms_bucket fixture (#1129)
  • 28c02dd fix: bump python-auth version to fix issue and remove workaround (#1158)
  • aefcdd4 chore(deps): bump urllib3 from 1.26.12 to 1.26.17 in /.kokoro (#1140)
  • 3a0f551 docs: Add snippets for upload_chunks_concurrently and add chunk_size (#1135)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Oct 16, 2023
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #11593 (0efd5b6) into master (90dc8ef) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11593   +/-   ##
=======================================
  Coverage   62.47%   62.47%           
=======================================
  Files         872      872           
  Lines       52044    52044           
  Branches     6500     6500           
=======================================
  Hits        32512    32512           
  Misses      17975    17975           
  Partials     1557     1557           

@gitguardian
Copy link

gitguardian bot commented Oct 16, 2023

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-storage-2.12.0 branch from f509721 to 8631a22 Compare October 19, 2023 11:04
Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-storage-2.12.0 branch from 8631a22 to 0efd5b6 Compare October 19, 2023 12:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2023

Superseded by #11663.

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/google-cloud-storage-2.12.0 branch November 6, 2023 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants