Skip to content

chore(deps): update all dependencies#2420

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all
Open

chore(deps): update all dependencies#2420
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot
Copy link
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
bigquery-magics ==0.10.3==0.12.1 age confidence
bigquery_magics ==0.10.3==0.12.1 age confidence
certifi ==2025.10.5==2026.2.25 age confidence
charset-normalizer (changelog) ==3.4.3==3.4.4 age confidence
click (changelog) ==8.3.0==8.3.1 age confidence
db-dtypes ==1.4.3==1.5.0 age confidence
google-api-core ==2.25.2==2.30.0 age confidence
google-auth ==2.41.1==2.48.0 age confidence
google-auth-oauthlib (source) ==1.2.2==1.3.0 age confidence
google-cloud-bigquery ==3.38.0==3.40.1 age confidence
google-cloud-bigquery-storage (source) ==2.33.1==2.36.2 age confidence
google-cloud-core ==2.4.3==2.5.0 age confidence
google-cloud-testutils ==1.6.4==1.7.0 age confidence
google-crc32c ==1.7.1==1.8.0 age confidence
google-resumable-media ==2.7.2==2.8.0 age confidence
google.cloud.bigquery ==3.38.0==3.40.1 age confidence
googleapis-common-protos (source) ==1.70.0==1.72.0 age confidence
grpcio ==1.75.1==1.78.0 age confidence
idna (changelog) ==3.10==3.11 age confidence
ipython ==9.6.0==9.11.0 age confidence
matplotlib ==3.10.6==3.10.8 age confidence
packaging ==25.0==26.0 age confidence
pandas ==2.3.3==3.0.1 age confidence
proto-plus ==1.26.1==1.27.1 age confidence
pyarrow ==21.0.0==23.0.1 age confidence
pycparser ==2.23==3.0 age confidence
pyparsing ==3.2.5==3.3.2 age confidence
pytest (changelog) ==8.4.2==9.0.2 age confidence
pytz ==2025.2==2026.1.post1 age confidence

Release Notes

googleapis/python-bigquery-magics (bigquery-magics)

v0.12.1

Compare Source

Bug Fixes

v0.12.0

Compare Source

Features
Bug Fixes

v0.11.0

Compare Source

Features
certifi/python-certifi (certifi)

v2026.2.25

Compare Source

v2026.1.4

Compare Source

v2025.11.12

Compare Source

jawah/charset_normalizer (charset-normalizer)

v3.4.4

Compare Source

Changed
  • Bound setuptools to a specific constraint setuptools>=68,<=81.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.18.2
Removed
  • setuptools-scm as a build dependency.
Misc
  • Enforced hashes in dev-requirements.txt and created ci-requirements.txt for security purposes.
  • Additional pre-built wheels for riscv64, s390x, and armv7l architectures.
  • Restore multiple.intoto.jsonl in GitHub releases in addition to individual attestation file per wheel.
pallets/click (click)

v8.3.1

Compare Source

Released 2025-11-15

  • Don't discard pager arguments by correctly using subprocess.Popen. :issue:3039
    :pr:3055
  • Replace Sentinel.UNSET default values by None as they're passed through
    the Context.invoke() method. :issue:3066 :issue:3065 :pr:3068
  • Fix conversion of Sentinel.UNSET happening too early, which caused incorrect
    behavior for multiple parameters using the same name. :issue:3071 :pr:3079
  • Hide Sentinel.UNSET values as None when looking up for other parameters
    through the context inside parameter callbacks. :issue:3136 :pr:3137
  • Fix rendering when prompt and confirm parameter prompt_suffix is
    empty. :issue:3019 :pr:3021
  • When Sentinel.UNSET is found during parsing, it will skip calls to
    type_cast_value. :issue:3069 :pr:3090
googleapis/python-db-dtypes-pandas (db-dtypes)

v1.5.0

Compare Source

Features

v1.4.4

Compare Source

Dependencies
  • Adds limits to numpy installs under 3.10 for dataproc (#​370) (6d79280)
googleapis/google-cloud-python (google-api-core)

v2.30.0: google-api-core: v2.30.0

Bug Fixes

v2.29.0

v2.28.1

v2.28.0

v2.27.0: google-cloud-texttospeech: v2.27.0

Features
  • Support markup input for Cloud TTS Chirp 3: HD voice synthesis (c423602)
  • Support pinyin/yomigana custom pronunciation encodings for cmn-cn/ja-jp (c423602)

v2.26.0: google-cloud-secret-manager 2.26.0

Features
  • check Python and dependency versions in generated GAPICs (PiperOrigin-RevId: 8454486) (d2b35b25)

  • auto-enable mTLS when supported certificates are detected (PiperOrigin-RevId: 8454486) (d2b35b25)

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

v2.48.0

Compare Source

Features
Bug Fixes

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

v2.43.0

Compare Source

Features
  • Add public wrapper for _mtls_helper.check_use_client_cert which enables mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert sources detected (#​1859) Add public wrapper for check_use_client_cert which enables mTLS if
    GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert
    sources detected. Also, fix check_use_client_cert to return boolean
    value.
    Change #​1848 added the check_use_client_cert method that helps know if
    client cert should be used for mTLS connection. However, that was in a
    private class, thus, created a public wrapper of the same function so
    that it can be used by python Client Libraries. Also, updated
    check_use_client_cert to return a boolean value instead of existing
    string value for better readability and future scope.
    --------- (1535eccbff0ad8f3fd6a9775316ac8b77dca66ba)
  • Enable mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, if the MWID/X.509 cert sources detected (#​1848) The Python SDK will use a hybrid approach for mTLS enablement:
  • If the GOOGLE_API_USE_CLIENT_CERTIFICATE environment variable is set
    (either true or false), the SDK will respect that setting. This is
    necessary for test scenarios and users who need to explicitly control
    mTLS behavior.
  • If the GOOGLE_API_USE_CLIENT_CERTIFICATE environment variable is not
    set, the SDK will automatically enable mTLS only if it detects Managed
    Workload Identity (MWID) or X.509 Workforce Identity Federation (WIF)
    certificate sources. In other cases where the variable is not set, mTLS
    will remain disabled.
    ** This change also adds the helper method check_use_client_cert and
    it's unit test, which will be used for checking the criteria for setting
    the mTLS to true
    ** This change is only for Auth-Library, other changes will be created
    for Client-Library use-cases.
    --------- (395e405b64b56ddb82ee639958c2e8056ad2e82b)

v2.42.1

Compare Source

Bug Fixes

v2.42.0

Compare Source

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

v3.40.1

Compare Source

Documentation
Bug Fixes

v3.40.0

Compare Source

Features

v3.39.0

Compare Source

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

v2.5.0

Compare Source

Features
Bug Fixes
  • Remove setup.cfg configuration for creating universal wheels (#​332) (78ce8a6)
  • Resolve issue where pre-release versions of dependencies are installed (#​329) (ab9785d)
googleapis/python-test-utils (google-cloud-testutils)

v1.7.0

Compare Source

Features
googleapis/python-crc32c (google-crc32c)

v1.8.0

Compare Source

Features
Bug Fixes
googleapis/google-resumable-media-python (google-resumable-media)

v2.8.0

Compare Source

Features
Bug Fixes
grpc/grpc (grpcio)

v1.78.0

Compare Source

This is release 1.78.0 (gutsy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

C++

  • adding address_sorting dep in naming test build. (#​41045)

Objective-C

  • [Backport][v1.78.x][Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf. (#​41358)

Python

  • [python] aio: fix race condition causing asyncio.run() to hang forever during the shutdown process. (#​40989)
  • [Python] Migrate to pyproject.toml build system from setup.py builds. (#​40833)
  • [Python] Log error details when ExecuteBatchError occurs (at DEBUG level). (#​40921)
  • [Python] Update setuptools min version to 77.0.1 . (#​40931)

Ruby

  • [ruby] Fix version comparison for the ruby_abi_version symbol for ruby 4 compatibility. (#​41061)

v1.76.0

Compare Source

This is release 1.76.0 (genuine) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Prioritize system CA over bundled CA. (#​40583)
  • [event_engine] Introduce a event_engine_poller_for_python experiment. (#​40243)
  • [metrics] add grpc.lb.backend_service label. (#​40486)

C#

  • [csharp tools] #​39374 Grpc.Tools can't process file Suffix name with Upper character. (#​40072)

Python

  • [Python] gRPC AsyncIO: Improve CompletionQueue polling performance. (#​39993)
kjd/idna (idna)

v3.11

Compare Source

ipython/ipython (ipython)

v9.11.0

Compare Source

v9.10.0

Compare Source

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.0

Compare Source

matplotlib/matplotlib (matplotlib)

v3.10.8: REL: v3.10.8

Compare Source

This is a bugfix release in the 3.10.x series.

The primary highlights of this release are:

  • Properly allow freethreaded mode in the MacOS backend
  • Better error handling for MacOS backend

v3.10.7: REL: v3.10.7

Compare Source

This is the latest bugfix release in the 3.10.x series.

The most important update in this release is that the minimum version
of pyparsing has been updated to version 3.0.

pypa/packaging (packaging)

v26.0

Compare Source

Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster.

What's Changed

Features:

Behavior adaptations:

  • PEP 440 handling of prereleases for Specifier.contains, SpecifierSet.contains, and SpecifierSet.filter by @​notatallshaw in #​897
  • Handle PEP 440 edge case in SpecifierSet.filter by @​notatallshaw in #​942
  • Adjust arbitrary equality intersection preservation in SpecifierSet by @​notatallshaw in #​951
  • Return False instead of raising for .contains with invalid version by @​Liam-DeVoe in #​932
  • Support arbitrary equality on arbitrary strings for Specifier and SpecifierSet's filter and contains method. by @​notatallshaw in #​954
  • Only try to parse as Version on certain marker keys, return False on unequal ordered comparsions by @​JP-Ellis in #​939

Fixes:

Performance:

Type annotations:

Internal:


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.


  • 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 March 5, 2026 21:22
@renovate-bot renovate-bot requested a review from parthea March 5, 2026 21:22
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 5, 2026
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery API. samples Issues that are directly related to samples. labels Mar 5, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 5, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 systematically updates all Python dependencies across various sample applications and test configurations. The primary goal is to ensure the project remains current with the latest stable versions of its libraries, enhancing security, stability, and leveraging new features and performance optimizations introduced in the updated packages. This comprehensive update addresses both major and minor version bumps for a wide range of direct and transitive dependencies.

Highlights

  • Major Dependency Upgrades: Several core dependencies received major version updates, including pandas from 2.x to 3.x, pyarrow from 21.x to 23.x, packaging from 25.x to 26.x, pytest from 8.x to 9.x, and pycparser from 2.x to 3.x. These updates bring significant changes, potential new features, and performance improvements.
  • Google Cloud Client Library Updates: Numerous Google Cloud client libraries and related packages have been updated to their latest versions, such as google-cloud-bigquery, google-api-core, google-auth, google-cloud-bigquery-storage, google-cloud-core, google-crc32c, google-resumable-media, googleapis-common-protos, bigquery-magics, and db-dtypes. These updates ensure compatibility, security, and access to the newest features of Google Cloud services.
  • General Python Library Maintenance: A wide array of general Python libraries, including certifi, charset-normalizer, click, grpcio, idna, ipython, matplotlib, proto-plus, pyparsing, and pytz, have been updated. This keeps the project aligned with the latest stable releases, incorporating bug fixes and minor enhancements.
Changelog
  • samples/desktopapp/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0
    • Updated pytest from 8.4.2 to 9.0.2
  • samples/desktopapp/requirements.txt
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1
    • Updated google-auth-oauthlib from 1.2.2 to 1.3.0
  • samples/geography/requirements-test.txt
    • Updated pytest from 8.4.2 to 9.0.2
  • samples/geography/requirements.txt
    • Updated certifi from 2025.10.5 to 2026.2.25
    • Updated charset-normalizer from 3.4.3 to 3.4.4
    • Updated click from 8.3.0 to 8.3.1 (for Python 3.10+)
    • Updated db-dtypes from 1.4.3 to 1.5.0
    • Updated google-api-core from 2.25.2 to 2.30.0
    • Updated google-auth from 2.41.1 to 2.48.0
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1
    • Updated google-cloud-bigquery-storage from 2.33.1 to 2.36.2
    • Updated google-cloud-core from 2.4.3 to 2.5.0
    • Updated google-crc32c from 1.7.1 to 1.8.0
    • Updated google-resumable-media from 2.7.2 to 2.8.0
    • Updated googleapis-common-protos from 1.70.0 to 1.72.0
    • Updated grpcio from 1.75.1 to 1.78.0
    • Updated idna from 3.10 to 3.11
    • Updated packaging from 25.0 to 26.0
    • Updated pandas from 2.3.3 to 3.0.1
    • Updated proto-plus from 1.26.1 to 1.27.1
    • Updated pyarrow from 21.0.0 to 23.0.1
    • Updated pycparser from 2.23 to 3.0
    • Updated pyparsing from 3.2.5 to 3.3.2
    • Updated pytz from 2025.2 to 2026.1.post1
  • samples/magics/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0
    • Updated pytest from 8.4.2 to 9.0.2
  • samples/magics/requirements.txt
    • Updated bigquery_magics from 0.10.3 to 0.12.1
    • Updated db-dtypes from 1.4.3 to 1.5.0
    • Updated google.cloud.bigquery from 3.38.0 to 3.40.1
    • Updated google-cloud-bigquery-storage from 2.33.1 to 2.36.2
    • Updated pandas from 2.3.3 to 3.0.1
  • samples/notebooks/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0
    • Updated pytest from 8.4.2 to 9.0.2
  • samples/notebooks/requirements.txt
    • Updated bigquery-magics from 0.10.3 to 0.12.1
    • Updated db-dtypes from 1.4.3 to 1.5.0
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1
    • Updated google-cloud-bigquery-storage from 2.33.1 to 2.36.2
    • Updated ipython from 9.6.0 to 9.11.0 (for Python 3.10+)
    • Updated matplotlib from 3.10.6 to 3.10.8 (for Python 3.10+)
    • Updated pandas from 2.3.3 to 3.0.1
  • samples/snippets/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0
    • Updated pytest from 8.4.2 to 9.0.2
  • samples/snippets/requirements.txt
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1
Activity
  • This pull request was automatically generated by Renovate Bot to update all project dependencies to their latest versions.
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.

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 PR updates many dependencies, including several major version bumps (pandas, pyarrow, pycparser, pytest). I've left comments on these changes as they carry a risk of introducing breaking changes that could affect the samples. Major version updates often require manual code adjustments to ensure compatibility, which are not present in this PR. Please consider the potential impact before merging.

Note: Security Review has been skipped due to the limited scope of the PR.

google-cloud-testutils==1.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Updating pytest to version 9.0.2 is a major upgrade. Pytest 9.0 removed several features that were deprecated in version 8. If the tests for these samples rely on any of those removed features, they will fail. To prevent test failures, it would be safer to either update the tests to be compatible with Pytest 9, or to pin pytest to the latest 8.x version.

proto-plus==1.26.1
pyarrow==21.0.0
packaging==26.0
pandas==3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Updating pandas to version 3.0.1 is a major upgrade that includes potentially breaking changes. For example, Pandas 3.0 changes some defaults and promotes PyArrow usage. Since this PR doesn't include any code changes to adapt to the new version, there's a risk of the sample code breaking for users. A safer approach would be to either add any necessary code adjustments for Pandas 3.0, or to restrict the update to the latest 2.x version for now.

packaging==26.0
pandas==3.0.1
proto-plus==1.27.1
pyarrow==23.0.1
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 update of pyarrow from version 21.0.0 to 23.0.1 spans multiple major versions and likely includes breaking changes. This could cause the sample to fail for users. Consider either adapting the code for pyarrow 23.0.1 or pinning to a less distant version to mitigate this risk.

pyasn1-modules==0.4.2
pycparser==2.23
pyparsing==3.2.5
pycparser==3.0
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 major version update of pycparser from 2.23 to 3.0 may be incompatible with cffi==2.0.0, which is not updated in this PR. This could cause runtime errors. A safer approach would be to update cffi to a version known to be compatible with pycparser 3.0, or to hold off on the pycparser major version upgrade.

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

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. samples Issues that are directly related to samples. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants