chore(deps): update all dependencies#399
chore(deps): update all dependencies#399renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
Conversation
Summary of ChangesHello, 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 focuses on maintaining the project's health and security by updating all listed dependencies to their latest stable versions. This ensures compatibility with newer Python environments, incorporates the latest features and performance improvements from upstream libraries, and addresses any known vulnerabilities. The updates span both application dependencies and GitHub Actions used in CI/CD workflows, providing a comprehensive refresh of the project's external components. Highlights
Changelog
Ignored Files
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
This PR updates several dependencies, including major version bumps for pytest and google-cloud-storage. My review focuses on improving dependency management in samples/snippets/requirements-test.txt. I've suggested refactoring this file to remove dependency duplication and to drop the mock package, which is redundant as unittest.mock from the standard library can be used instead.
| pytest==9.0.2 | ||
| mock==5.2.0 | ||
| google-cloud-bigquery==3.40.1 |
There was a problem hiding this comment.
This file can be improved for better dependency management.
- Avoid Duplication: To avoid duplicating dependencies,
requirements-test.txtcan includerequirements.txtusing the-rflag. This removes the need to listgoogle-cloud-bigqueryhere as it's already inrequirements.txt. - Remove Redundant
mock: Themocklibrary is part of Python's standard library asunittest.mocksince Python 3.3. As your tests run on Python 3.8+, this dependency is redundant and can be removed.
I suggest simplifying this file as follows:
-r requirements.txt
pytest==9.0.2
This PR contains the following updates:
v4→v6v5→v6==3.27.0→==3.40.1==3.0.1→==3.10.0==2.18.2→==3.9.0==5.1.0→==5.2.0==8.3.3→==9.0.23.13→3.143.10→3.14Release Notes
actions/checkout (actions/checkout)
v6Compare Source
v5Compare Source
actions/setup-python (actions/setup-python)
v6Compare Source
googleapis/python-bigquery (google-cloud-bigquery)
v3.40.1Compare Source
Documentation
Bug Fixes
v3.40.0Compare Source
Features
v3.39.0Compare Source
Documentation
Features
Bug Fixes
io.Basein thePathType(#2323) (b11e09cb6ee32e451b37eda66bece2220b9ceaba)retryinjob.result()(#2302) (e118b029bbc89a5adbab83f39858c356c23665bf)v3.38.0Compare Source
Features
v3.37.0Compare Source
Features
Bug Fixes
Documentation
XyzJob.errorsdoesn't necessarily mean that the job has not completed or was unsuccessful (#2278) (6e88d7d)v3.36.0Compare Source
Features
jobBackendErrororjobInternalErrorare encountered (#2256) (3deff1d)Documentation
v3.35.1Compare Source
Documentation
v3.35.0Compare Source
Features
Bug Fixes
Documentation
v3.34.0Compare Source
Features
Bug Fixes
Documentation
v3.33.0Compare Source
Features
Bug Fixes
entity_type(#2182) (0217637)v3.32.0Compare Source
Features
Bug Fixes
query()now warns whenjob_idis set and the defaultjob_retryis ignored (#2167) (ca1798a)v3.31.0Compare Source
Features
Bug Fixes
to_dataframe(#1876) (968020d)Dependencies
v3.30.0Compare Source
Features
Bug Fixes
Client.query(...)(#2135) (c6d5f8a)Dependencies
load_table_from_dataframe(#2095) (7603bd7)Documentation
v3.29.0Compare Source
Features
Bug Fixes
v3.28.0Compare Source
Features
allowNonIncrementalDefinitionfor materialized view (#2084) (3359ef3)SchemaField(#2097) (aaf1eb8)Bug Fixes
Documentation
googleapis/google-cloud-python (google-cloud-documentai)
v3.10.0: google-cloud-documentai: v3.10.0Compare Source
Features
A new field
document_promptis added to message.google.cloud.documentai.v1beta3.DocumentSchema(PiperOrigin-RevId:8663824) (5371e8e9)A new field
document_typeis added to message.google.cloud.documentai.v1beta3.ImportDocumentsRequest(PiperOrigin-RevId:8663824) (5371e8e9)A new field
revisionsis added to message.google.cloud.documentai.v1beta3.Evaluation(PiperOrigin-RevId:8663824) (5371e8e9)The method
ReviewDocumentin.google.cloud.documentai.v1beta3.DocumentProcessorServiceis deprecated (PiperOrigin-RevId:8663824) (5371e8e9)A new field
enable_table_splitis added to message.google.cloud.documentai.v1beta3.OcrConfig.LayoutParsingParams(PiperOrigin-RevId:8663824) (5371e8e9)Added new messages
DocumentsandRawDocumentsfor inline document input (PiperOrigin-RevId:8663824) (5371e8e9)The field
skip_human_reviewin messages.google.cloud.documentai.v1beta3.ProcessRequestand.google.cloud.documentai.v1beta3.BatchProcessRequestis deprecated (PiperOrigin-RevId:8663824) (5371e8e9)Bug Fixes
SpannerIndexingConfigmessage and thespanner_indexing_configfield from.google.cloud.documentai.v1beta3.DatasetBREAKING CHANGE: TheSpannerIndexingConfigmessage and thespanner_indexing_configfield within theDatasetmessage have been removed. Client code referencing these will need to stop referencing these in case of an error (PiperOrigin-RevId:8663824) (5371e8e9)Documentation
8663824) (5371e8e9)v3.9.0: google-cloud-kms 3.9.0Compare Source
Documentation
8537540) (1a816894)v3.8.0: google-cloud-documentai 3.8.0Compare Source
3.8.0 (2026-01-08)
v3.7.0Compare Source
v3.6.0Compare Source
v3.5.0Compare Source
v3.4.0Compare Source
v3.3.0Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
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
v3.8.0Compare Source
Features
Bug Fixes
v3.7.0Compare Source
Features
Bug Fixes
v3.6.0Compare Source
Features
Bug Fixes
v3.5.0Compare Source
Features
Bug Fixes
download_rangescompatible withasyncio.create_task(..)(#1591) (faf8b83)download_rangescompatible withasyncio.create_task(..)(#1591) (faf8b83)v3.4.1Compare Source
Bug Fixes
upload_from_string,upload_from_file, andupload_from_filenamemethods (acb918e)v3.4.0Compare Source
Features
Bug Fixes
v3.3.1Compare Source
Bug Fixes
v3.3.0Compare Source
Features
Bug Fixes
Documentation
v3.2.0Compare Source
Features
v3.1.1Compare Source
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.