chore(deps): update all dependencies#1963
Conversation
Summary of ChangesHello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates several Google Cloud Python client libraries to their latest minor versions. This ensures the project benefits from the newest features, bug fixes, and security enhancements provided by these upstream dependencies, maintaining compatibility and improving overall stability. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request updates the core Google Cloud dependencies (google-cloud-compute, google-cloud-storage, and google-auth) to their latest versions. These updates include important bug fixes, such as improved handling of empty ADC environment variables in google-auth, and new features like zonal bucket support in google-cloud-storage. However, there is a potential compatibility issue with the project's Python 3.7 test environment due to new mandatory dependencies in the updated libraries.
| google-auth==2.47.0 | ||
| google-cloud-compute==1.43.0 | ||
| google-cloud-storage==3.9.0 | ||
| google-auth==2.48.0 |
There was a problem hiding this comment.
The update to google-auth==2.48.0 introduces a mandatory dependency on the cryptography library. Modern versions of cryptography (41.0.0+) have dropped support for Python 3.7. Since the project's noxfile.py still includes Python 3.7 in its test matrix (line 63), this update will likely cause the 3.7 test session to fail during dependency installation. It is recommended to remove Python 3.7 from the supported versions in noxfile.py or use environment markers in requirements.txt to pin a compatible version for older interpreters.
This PR contains the following updates:
==2.47.0→==2.48.0==1.42.0→==1.43.0==3.8.0→==3.9.0Release Notes
googleapis/google-auth-library-python (google-auth)
v2.48.0Compare Source
Features
NO_GCE_CHECKenvironment variable (#1610) (383c9827536d9376e8248370ce4c2b83e468d027)Bug Fixes
content-headerfrom AWS IMDS get request (#1934) (97bfea9e02ede953fc8ee154e0deed3a3cfc6dcc)user_verification=preferredfor ReAuth WebAuthn challenge (#1798) (3f88a24089c4ee6822d510de0db210b54260d873)googleapis/google-cloud-python (google-cloud-compute)
v1.43.0: google-cloud-compute 1.43.0Compare Source
Features
2025123(#1144) (e2fea25d)googleapis/python-storage (google-cloud-storage)
v3.9.0Compare Source
Features
DELETE_OBJECTinAsyncGrpcClient(#1718) (c8dd7a0b124c395b7b60189ee78f47aba8d51f7d)_experimental(#1728) (74c9ecc54173420bfcd48498a8956088a035af50)write_handleand fixwrite_handletype (#1715) (2bc15fa570683ba584230c51b439d189dbdcd580)user_agentto grpc channel (#1712) (cdb2486bb051dcbfbffc2510aff6aacede5e54d3)generation=0to avoid overwriting existing objects and addis_stream_opensupport (#1709) (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae)generation=0to prevent overwriting existing objects (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae)is_stream_openproperty to AsyncAppendableObjectWriter for stream status check (ea0f5bf8316f4bfcff2728d9d1baa68dde6ebdae)Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.