Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 19, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v5v6 age confidence
db-dtypes minor ==1.4.4==1.5.0 age confidence
google-auth minor ==2.43.0==2.47.0 age confidence
google-cloud-bigquery minor ==3.38.0==3.40.0 age confidence
google-cloud-bigquery-storage (source) minor ==2.34.0==2.36.0 age confidence
ipython minor ==9.7.0==9.9.0 age confidence
pyarrow major ==22.0.0==23.0.0 age confidence
pytest (changelog) patch ==9.0.1==9.0.2 age confidence
python uses-with minor 3.133.14 age confidence
python uses-with minor 3.103.14 age confidence

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

googleapis/python-db-dtypes-pandas (db-dtypes)

v1.5.0

Compare Source

Features
googleapis/google-auth-library-python (google-auth)

v2.47.0

Compare Source

Features
Bug Fixes

v2.46.0

Compare Source

Documentation
Features
Bug Fixes

v2.45.0

Compare Source

Features

v2.44.0

Compare Source

Features
Bug Fixes
googleapis/python-bigquery (google-cloud-bigquery)

v3.40.0

Compare Source

Features

v3.39.0

Compare Source

Documentation
Features
Bug Fixes
googleapis/google-cloud-python (google-cloud-bigquery-storage)

v2.36.0: google-cloud-bigquery-storage 2.36.0

Compare 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.0

Compare Source

ipython/ipython (ipython)

v9.9.0

Compare Source

v9.8.0

Compare Source

pytest-dev/pytest (pytest)

v9.0.2

Compare 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 TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #​13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #​13946: The private config.inicfg attribute 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 unittest subtests in Python 3.10.

Improved documentation

  • #​4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.
actions/python-versions (python)

v3.14.2: 3.14.2

Compare Source

Python 3.14.2

v3.14.1: 3.14.1

Compare Source

Python 3.14.1

v3.14.0: 3.14.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners January 19, 2026 00:54
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 19, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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

  • Major Dependency Upgrades: The GitHub Action actions/checkout has been upgraded to v6, and the pyarrow library has been updated to v23.0.0. These major version bumps may introduce significant changes or new features.
  • Minor Python Library Updates: Several key Python libraries, including db-dtypes, google-auth, google-cloud-bigquery, google-cloud-bigquery-storage, and ipython, have received minor version updates, bringing various enhancements and new functionalities.
  • Python Version Support: The actions/python-versions dependency has been updated to support Python 3.14, indicating forward compatibility and readiness for the latest Python runtime.
  • Pytest Patch Update: The pytest testing framework has been updated to 9.0.2, which includes bug fixes such as the temporary disablement of the terminal progress feature due to compatibility issues.

🧠 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
  • Ignored by pattern: .github/workflows/** (4)
    • .github/workflows/docs.yml
    • .github/workflows/generator.yml
    • .github/workflows/lint.yml
    • .github/workflows/main.yml
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 19, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants