Skip to content

Commit 41cfbd1

Browse files
chore(deps): update all dependencies (#15469)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` → `v6` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v5/v6?slim=true) | | [db-dtypes](https://redirect.github.com/googleapis/python-db-dtypes-pandas) | | minor | `==1.4.4` → `==1.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/db-dtypes/1.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/db-dtypes/1.4.4/1.5.0?slim=true) | | [google-auth](https://redirect.github.com/googleapis/google-auth-library-python) | | minor | `==2.43.0` → `==2.47.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/google-auth/2.47.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-auth/2.43.0/2.47.0?slim=true) | | [google-cloud-bigquery](https://redirect.github.com/googleapis/python-bigquery) | | minor | `==3.38.0` → `==3.40.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-bigquery/3.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-bigquery/3.38.0/3.40.0?slim=true) | | [google-cloud-bigquery-storage](https://redirect.github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-storage) ([source](https://redirect.github.com/googleapis/google-cloud-python)) | | minor | `==2.34.0` → `==2.36.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-bigquery-storage/2.36.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-bigquery-storage/2.34.0/2.36.0?slim=true) | | [ipython](https://redirect.github.com/ipython/ipython) | | minor | `==9.7.0` → `==9.9.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ipython/9.9.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ipython/9.7.0/9.9.0?slim=true) | | [pyarrow](https://redirect.github.com/apache/arrow) | | major | `==22.0.0` → `==23.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pyarrow/23.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyarrow/22.0.0/23.0.0?slim=true) | | [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | | patch | `==9.0.1` → `==9.0.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/9.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/9.0.1/9.0.2?slim=true) | | [python](https://redirect.github.com/actions/python-versions) | uses-with | minor | `3.13` → `3.14` | ![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.13.11/3.14.2?slim=true) | | [python](https://redirect.github.com/actions/python-versions) | uses-with | minor | `3.10` → `3.14` | ![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.10.19/3.14.2?slim=true) | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) </details> <details> <summary>googleapis/python-db-dtypes-pandas (db-dtypes)</summary> ### [`v1.5.0`](https://redirect.github.com/googleapis/python-db-dtypes-pandas/blob/HEAD/CHANGELOG.md#150-2025-12-15) [Compare Source](https://redirect.github.com/googleapis/python-db-dtypes-pandas/compare/v1.4.4...v1.5.0) ##### Features - Add support for Python 3.14 ([#&#8203;380](https://redirect.github.com/googleapis/python-db-dtypes-pandas/issues/380)) ([c164a47be909203606cf982d6f0becc6c8efdb09](https://redirect.github.com/googleapis/google-cloud-python/commit/c164a47be909203606cf982d6f0becc6c8efdb09)) </details> <details> <summary>googleapis/google-auth-library-python (google-auth)</summary> ### [`v2.47.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2470-2026-01-06) [Compare Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.46.0...v2.47.0) ##### Features - drop `cachetools` dependency in favor of simple local implementation ([#&#8203;1590](https://redirect.github.com/googleapis/google-auth-library-python/issues/1590)) ([5c07e1c4f52bc77a1b16fa3b7b3c5269c242f6f4](https://redirect.github.com/googleapis/google-auth-library-python/commit/5c07e1c4f52bc77a1b16fa3b7b3c5269c242f6f4)) ##### Bug Fixes - Python 3.8 support ([#&#8203;1918](https://redirect.github.com/googleapis/google-auth-library-python/issues/1918)) ([60dc20014a35ec4ba71e8065b9a33ecbdbeca97a](https://redirect.github.com/googleapis/google-auth-library-python/commit/60dc20014a35ec4ba71e8065b9a33ecbdbeca97a)) ### [`v2.46.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2460-2026-01-05) [Compare Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.45.0...v2.46.0) ##### Documentation - update urllib3 docstrings for v2 compatibility ([#&#8203;1903](https://redirect.github.com/googleapis/google-auth-library-python/issues/1903)) ([3f1aeea2d1014ea1d244a4c3470e52d74d55404b](https://redirect.github.com/googleapis/google-auth-library-python/commit/3f1aeea2d1014ea1d244a4c3470e52d74d55404b)) ##### Features - Recognize workload certificate config in has\_default\_client\_cert\_source for mTLS for Agentic Identities ([#&#8203;1907](https://redirect.github.com/googleapis/google-auth-library-python/issues/1907)) ([0b9107d573123e358c347ffa067637f992af61b4](https://redirect.github.com/googleapis/google-auth-library-python/commit/0b9107d573123e358c347ffa067637f992af61b4)) ##### Bug Fixes - add types to default and verify\_token and Request **init** based on comments in the source code. ([#&#8203;1588](https://redirect.github.com/googleapis/google-auth-library-python/issues/1588)) ([59a5f588f7793b59d923a4185c8c07738da618f7](https://redirect.github.com/googleapis/google-auth-library-python/commit/59a5f588f7793b59d923a4185c8c07738da618f7)) - fix the document of secure\_authorized\_session ([#&#8203;1536](https://redirect.github.com/googleapis/google-auth-library-python/issues/1536)) ([5d0014707fc359782df5ccfcaa75fd372fe9dce3](https://redirect.github.com/googleapis/google-auth-library-python/commit/5d0014707fc359782df5ccfcaa75fd372fe9dce3)) - remove setup.cfg configuration for creating universal wheels ([#&#8203;1693](https://redirect.github.com/googleapis/google-auth-library-python/issues/1693)) ([c767531ce05a89002d109f595187aff1fcaacfb7](https://redirect.github.com/googleapis/google-auth-library-python/commit/c767531ce05a89002d109f595187aff1fcaacfb7)) - use .read() instead of .content.read() in aiohttp transport ([#&#8203;1899](https://redirect.github.com/googleapis/google-auth-library-python/issues/1899)) ([12f4470f808809e8abf1141f98d88ab720c3899b](https://redirect.github.com/googleapis/google-auth-library-python/commit/12f4470f808809e8abf1141f98d88ab720c3899b)) - raise RefreshError for missing token in impersonated credentials ([#&#8203;1897](https://redirect.github.com/googleapis/google-auth-library-python/issues/1897)) ([94d04e090fdfc61926dd32bc1d65f8820b9cede5](https://redirect.github.com/googleapis/google-auth-library-python/commit/94d04e090fdfc61926dd32bc1d65f8820b9cede5)) - Fix test coverage for mtls\_helper ([#&#8203;1886](https://redirect.github.com/googleapis/google-auth-library-python/issues/1886)) ([02e71631fe275d93825c2e957e830773e75133f7](https://redirect.github.com/googleapis/google-auth-library-python/commit/02e71631fe275d93825c2e957e830773e75133f7)) ### [`v2.45.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2450-2025-12-15) [Compare Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.44.0...v2.45.0) ##### Features - Adding Agent Identity bound token support and handling certificate mismatches with retries ([#&#8203;1890](https://redirect.github.com/googleapis/google-auth-library-python/issues/1890)) ([b32c934e6b0d09b94c467cd432a0a635e8b05f5c](https://redirect.github.com/googleapis/google-auth-library-python/commit/b32c934e6b0d09b94c467cd432a0a635e8b05f5c)) ### [`v2.44.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2440-2025-12-13) [Compare Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.43.0...v2.44.0) ##### Features - support Python 3.14 ([#&#8203;1822](https://redirect.github.com/googleapis/google-auth-library-python/issues/1822)) ([0f7097e78f247665b6ef0287d482033f7be2ed6d](https://redirect.github.com/googleapis/google-auth-library-python/commit/0f7097e78f247665b6ef0287d482033f7be2ed6d)) - add ecdsa p-384 support ([#&#8203;1872](https://redirect.github.com/googleapis/google-auth-library-python/issues/1872)) ([39c381a5f6881b590025f36d333d12eff8dc60fc](https://redirect.github.com/googleapis/google-auth-library-python/commit/39c381a5f6881b590025f36d333d12eff8dc60fc)) - MDS connections use mTLS ([#&#8203;1856](https://redirect.github.com/googleapis/google-auth-library-python/issues/1856)) ([0387bb95713653d47e846cad3a010eb55ef2db4c](https://redirect.github.com/googleapis/google-auth-library-python/commit/0387bb95713653d47e846cad3a010eb55ef2db4c)) - Implement token revocation in STS client and add revoke() metho… ([#&#8203;1849](https://redirect.github.com/googleapis/google-auth-library-python/issues/1849)) ([d5638986ca03ee95bfffa9ad821124ed7e903e63](https://redirect.github.com/googleapis/google-auth-library-python/commit/d5638986ca03ee95bfffa9ad821124ed7e903e63)) - Add shlex to correctly parse executable commands with spaces ([#&#8203;1855](https://redirect.github.com/googleapis/google-auth-library-python/issues/1855)) ([cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b](https://redirect.github.com/googleapis/google-auth-library-python/commit/cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b)) ##### Bug Fixes - Use public refresh method for source credentials in ImpersonatedCredentials ([#&#8203;1884](https://redirect.github.com/googleapis/google-auth-library-python/issues/1884)) ([e0c3296f471747258f6d98d2d9bfde636358ecde](https://redirect.github.com/googleapis/google-auth-library-python/commit/e0c3296f471747258f6d98d2d9bfde636358ecde)) - Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration ([#&#8203;1880](https://redirect.github.com/googleapis/google-auth-library-python/issues/1880)) ([78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7](https://redirect.github.com/googleapis/google-auth-library-python/commit/78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7)) - Delegate workload cert and key default lookup to helper function ([#&#8203;1877](https://redirect.github.com/googleapis/google-auth-library-python/issues/1877)) ([b0993c7edaba505d0fb0628af28760c43034c959](https://redirect.github.com/googleapis/google-auth-library-python/commit/b0993c7edaba505d0fb0628af28760c43034c959)) </details> <details> <summary>googleapis/python-bigquery (google-cloud-bigquery)</summary> ### [`v3.40.0`](https://redirect.github.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3400-2026-01-08) [Compare Source](https://redirect.github.com/googleapis/python-bigquery/compare/v3.39.0...v3.40.0) ##### Features - support load\_table and list\_rows with picosecond timestamp ([#&#8203;2351](https://redirect.github.com/googleapis/python-bigquery/issues/2351)) ([46764a59ca7a21ed14ad2c91eb7f98c302736c22](https://redirect.github.com/googleapis/google-cloud-python/commit/46764a59ca7a21ed14ad2c91eb7f98c302736c22)) - support timestamp\_precision in table schema ([#&#8203;2333](https://redirect.github.com/googleapis/python-bigquery/issues/2333)) ([8d5785aea50b9f9e5b13bd4c91e8a08d6dac7778](https://redirect.github.com/googleapis/google-cloud-python/commit/8d5785aea50b9f9e5b13bd4c91e8a08d6dac7778)) ### [`v3.39.0`](https://redirect.github.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3390-2025-12-12) [Compare Source](https://redirect.github.com/googleapis/python-bigquery/compare/v3.38.0...v3.39.0) ##### Documentation - remove experimental annotations from GA features ([#&#8203;2303](https://redirect.github.com/googleapis/python-bigquery/issues/2303)) ([1f1f9d41e8a2c9016198d848ad3f1cbb88cf77b0](https://redirect.github.com/googleapis/google-cloud-python/commit/1f1f9d41e8a2c9016198d848ad3f1cbb88cf77b0)) ##### Features - adds support for Python runtime 3.14 ([#&#8203;2322](https://redirect.github.com/googleapis/python-bigquery/issues/2322)) ([6065e14c448cb430189982dd70025fa0575777ca](https://redirect.github.com/googleapis/google-cloud-python/commit/6065e14c448cb430189982dd70025fa0575777ca)) - Add ExternalRuntimeOptions to BigQuery routine ([#&#8203;2311](https://redirect.github.com/googleapis/python-bigquery/issues/2311)) ([fa76e310a16ea6cba0071ff1d767ca1c71514da7](https://redirect.github.com/googleapis/google-cloud-python/commit/fa76e310a16ea6cba0071ff1d767ca1c71514da7)) ##### Bug Fixes - include `io.Base` in the `PathType` ([#&#8203;2323](https://redirect.github.com/googleapis/python-bigquery/issues/2323)) ([b11e09cb6ee32e451b37eda66bece2220b9ceaba](https://redirect.github.com/googleapis/google-cloud-python/commit/b11e09cb6ee32e451b37eda66bece2220b9ceaba)) - honor custom `retry` in `job.result()` ([#&#8203;2302](https://redirect.github.com/googleapis/python-bigquery/issues/2302)) ([e118b029bbc89a5adbab83f39858c356c23665bf](https://redirect.github.com/googleapis/google-cloud-python/commit/e118b029bbc89a5adbab83f39858c356c23665bf)) - remove ambiguous error codes from query retries ([#&#8203;2308](https://redirect.github.com/googleapis/python-bigquery/issues/2308)) ([8bbd3d01026c493dfa5903b397d2b01c0e9bf43b](https://redirect.github.com/googleapis/google-cloud-python/commit/8bbd3d01026c493dfa5903b397d2b01c0e9bf43b)) </details> <details> <summary>googleapis/google-cloud-python (google-cloud-bigquery-storage)</summary> ### [`v2.36.0`](https://redirect.github.com/googleapis/google-cloud-python/releases/tag/google-cloud-bigquery-storage-v2.36.0): google-cloud-bigquery-storage 2.36.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.35.0...google-cloud-bigquery-storage-v2.36.0) ##### Features - auto-enable mTLS when supported certificates are detected (PiperOrigin-RevId: [`8454486`](https://redirect.github.com/googleapis/google-cloud-python/commit/845448683)) ([d2b35b2](https://redirect.github.com/googleapis/google-cloud-python/commit/d2b35b25)) - check Python and dependency versions in generated GAPICs (PiperOrigin-RevId: [`8454486`](https://redirect.github.com/googleapis/google-cloud-python/commit/845448683)) ([d2b35b2](https://redirect.github.com/googleapis/google-cloud-python/commit/d2b35b25)) ### [`v2.35.0`](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.34.0...google-cloud-documentai-v2.35.0) [Compare Source](https://redirect.github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.34.0...google-cloud-bigquery-storage-v2.35.0) </details> <details> <summary>ipython/ipython (ipython)</summary> ### [`v9.9.0`](https://redirect.github.com/ipython/ipython/compare/9.8.0...9.9.0) [Compare Source](https://redirect.github.com/ipython/ipython/compare/9.8.0...9.9.0) ### [`v9.8.0`](https://redirect.github.com/ipython/ipython/compare/9.7.0...9.8.0) [Compare Source](https://redirect.github.com/ipython/ipython/compare/9.7.0...9.8.0) </details> <details> <summary>pytest-dev/pytest (pytest)</summary> ### [`v9.0.2`](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.2) [Compare Source](https://redirect.github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) ### pytest 9.0.2 (2025-12-06) #### Bug fixes - [#&#8203;13896](https://redirect.github.com/pytest-dev/pytest/issues/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. - [#&#8203;13904](https://redirect.github.com/pytest-dev/pytest/issues/13904): Fixed the TOML type of the `tmp_path_retention_count` settings in the API reference from number to string. - [#&#8203;13946](https://redirect.github.com/pytest-dev/pytest/issues/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. - [#&#8203;13965](https://redirect.github.com/pytest-dev/pytest/issues/13965): Fixed quadratic-time behavior when handling `unittest` subtests in Python 3.10. #### Improved documentation - [#&#8203;4492](https://redirect.github.com/pytest-dev/pytest/issues/4492): The API Reference now contains cross-reference-able documentation of `pytest's command-line flags <command-line-flags>`. </details> <details> <summary>actions/python-versions (python)</summary> ### [`v3.14.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.2-20014991423): 3.14.2 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.1-19879739908...3.14.2-20014991423) Python 3.14.2 ### [`v3.14.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.1-19879739908): 3.14.1 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.0-18313368925...3.14.1-19879739908) Python 3.14.1 ### [`v3.14.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.0-18313368925): 3.14.0 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.11-20014977833...3.14.0-18313368925) Python 3.14.0 </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-cloud-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent ae01133 commit 41cfbd1

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
5050
# See https://github.com/googleapis/google-cloud-python/issues/12013
5151
# and https://github.com/actions/checkout#checkout-head.
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
7979
# See https://github.com/googleapis/google-cloud-python/issues/12013
8080
# and https://github.com/actions/checkout#checkout-head.
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v5
104+
uses: actions/checkout@v6
105105
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
106106
# See https://github.com/googleapis/google-cloud-python/issues/12013
107107
# and https://github.com/actions/checkout#checkout-head.
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Checkout
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
135135
# See https://github.com/googleapis/google-cloud-python/issues/12013
136136
# and https://github.com/actions/checkout#checkout-head.

.github/workflows/generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
# Use a fetch-depth of 2
1717
# See https://github.com/googleapis/google-cloud-python/issues/12013
1818
# and https://github.com/actions/checkout#checkout-head.
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: "3.13"
24+
python-version: "3.14"
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
2121
# See https://github.com/googleapis/google-cloud-python/issues/12013
2222
# and https://github.com/actions/checkout#checkout-head.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Get current date
3737
id: date
3838
run: echo "current_date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
# Use a fetch-depth of 2
4141
# See https://github.com/googleapis/google-cloud-python/issues/12013
4242
# and https://github.com/actions/checkout#checkout-head.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
22
pytest===8.3.5; python_version == '3.8'
3-
pytest==9.0.1; python_version >= '3.9'
3+
pytest==9.0.2; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
22
pytest===8.3.5; python_version == '3.8'
3-
pytest==9.0.1; python_version >= '3.9'
3+
pytest==9.0.2; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
fastavro
2-
google-cloud-bigquery-storage==2.34.0
2+
google-cloud-bigquery-storage==2.36.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.7.0
22
pytest===7.4.3; python_version == '3.7'
33
pytest===8.3.5; python_version == '3.8'
4-
pytest==9.0.1; python_version >= '3.9'
4+
pytest==9.0.2; python_version >= '3.9'
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
google-cloud-bigquery-storage==2.34.0
1+
google-cloud-bigquery-storage==2.36.0
22
google-cloud-bigquery===3.30.0; python_version <= '3.8'
3-
google-cloud-bigquery==3.38.0; python_version >= '3.9'
3+
google-cloud-bigquery==3.40.0; python_version >= '3.9'
44
pytest===7.4.3; python_version == '3.7'
55
pytest===8.3.5; python_version == '3.8'
6-
pytest==9.0.1; python_version >= '3.9'
6+
pytest==9.0.2; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
22
pytest===8.3.5; python_version == '3.8'
3-
pytest==9.0.1; python_version >= '3.9'
3+
pytest==9.0.2; python_version >= '3.9'

0 commit comments

Comments
 (0)