-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore(deps): update all dependencies #15469
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
base: main
Are you sure you want to change the base?
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 performs a comprehensive update of various project dependencies, including both GitHub Actions and Python libraries. The primary objective is to align the project with the latest stable releases, thereby incorporating new features, performance improvements, and critical security patches. This routine maintenance ensures the project remains robust, secure, and compatible with the evolving software ecosystem. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Ignored Files
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates several dependencies across different sample projects. The changes are mostly minor or patch version bumps, which should be safe. However, there is a major version update for pyarrow from 22.0.0 to 23.0.0. I've added a comment to highlight the potential for breaking changes and recommend verification. Overall, the updates look good, pending confirmation of compatibility with the new pyarrow version.
| pyarrow===12.0.1; python_version == '3.7' | ||
| pyarrow===17.0.0; python_version == '3.8' | ||
| pyarrow==22.0.0; python_version >= '3.9' | ||
| pyarrow==23.0.0; python_version >= '3.9' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pyarrow dependency is being upgraded by a major version (from 22.0.0 to 23.0.0). Major version updates can introduce breaking changes. It is recommended to verify that the sample code remains compatible with this new version. Please check the pyarrow release notes for any breaking changes and ensure that all related tests pass.
This PR contains the following updates:
v5→v6==1.4.4→==1.5.0==2.43.0→==2.47.0==3.38.0→==3.40.0==2.34.0→==2.36.0==9.7.0→==9.9.0==22.0.0→==23.0.0==9.0.1→==9.0.23.13→3.143.10→3.14Release Notes
actions/checkout (actions/checkout)
v6Compare Source
googleapis/python-db-dtypes-pandas (db-dtypes)
v1.5.0Compare Source
Features
googleapis/google-auth-library-python (google-auth)
v2.47.0Compare Source
Features
cachetoolsdependency in favor of simple local implementation (#1590) (5c07e1c4f52bc77a1b16fa3b7b3c5269c242f6f4)Bug Fixes
v2.46.0Compare Source
Documentation
Features
Bug Fixes
v2.45.0Compare Source
Features
v2.44.0Compare Source
Features
Bug Fixes
googleapis/python-bigquery (google-cloud-bigquery)
v3.40.0Compare Source
Features
v3.39.0Compare Source
Documentation
Features
Bug Fixes
io.Basein thePathType(#2323) (b11e09cb6ee32e451b37eda66bece2220b9ceaba)retryinjob.result()(#2302) (e118b029bbc89a5adbab83f39858c356c23665bf)googleapis/google-cloud-python (google-cloud-bigquery-storage)
v2.36.0: google-cloud-bigquery-storage 2.36.0Compare Source
Features
auto-enable mTLS when supported certificates are detected (PiperOrigin-RevId:
8454486) (d2b35b25)check Python and dependency versions in generated GAPICs (PiperOrigin-RevId:
8454486) (d2b35b25)v2.35.0Compare Source
ipython/ipython (ipython)
v9.9.0Compare Source
v9.8.0Compare Source
pytest-dev/pytest (pytest)
v9.0.2Compare Source
pytest 9.0.2 (2025-12-06)
Bug fixes
#13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.
You may enable it again by passing
-p terminalprogress. We may enable it by default again once compatibility improves in the future.Additionally, when the environment variable
TERMisdumb, the escape codes are no longer emitted, even if the plugin is enabled.#13904: Fixed the TOML type of the
tmp_path_retention_countsettings in the API reference from number to string.#13946: The private
config.inicfgattribute was changed in a breaking manner in pytest 9.0.0.Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim.
It will be deprecated in pytest 9.1 and removed in pytest 10.
#13965: Fixed quadratic-time behavior when handling
unittestsubtests in Python 3.10.Improved documentation
pytest's command-line flags <command-line-flags>.actions/python-versions (python)
v3.14.2: 3.14.2Compare Source
Python 3.14.2
v3.14.1: 3.14.1Compare Source
Python 3.14.1
v3.14.0: 3.14.0Compare Source
Python 3.14.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.