Skip to content

Commit a9a8973

Browse files
chore(deps): update all dependencies (#14652)
This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [google-auth](https://redirect.github.com/googleapis/google-auth-library-python) | `==2.40.3` -> `==2.41.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-auth/2.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-auth/2.40.3/2.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | minor | | [ipython](https://redirect.github.com/ipython/ipython) | `==9.5.0` -> `==9.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ipython/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ipython/9.5.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | minor | | [pandas](https://redirect.github.com/pandas-dev/pandas) | `==2.3.2` -> `==2.3.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pandas/2.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pandas/2.3.2/2.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | patch | | [python](https://redirect.github.com/actions/python-versions) | `3.13` -> `3.14` | [![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.13.8/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | uses-with | minor | | [python](https://redirect.github.com/actions/python-versions) | `3.10` -> `3.14` | [![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.10.18/3.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | uses-with | minor | --- ### Release Notes <details> <summary>googleapis/google-auth-library-python (google-auth)</summary> ### [`v2.41.1`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2411-2025-09-30) [Compare Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.41.0...v2.41.1) ##### Bug Fixes - Suppress deprecation warning for ADC ([#&#8203;1815](https://redirect.github.com/googleapis/google-auth-library-python/issues/1815)) ([751ce3f](https://redirect.github.com/googleapis/google-auth-library-python/commit/751ce3f625eb24029e9f0c59c081bdd3e18eb583)) ### [`v2.41.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2410-2025-09-29) [Compare Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.40.3...v2.41.0) ##### Features - Add support for cachetools 6.0 ([#&#8203;1773](https://redirect.github.com/googleapis/google-auth-library-python/issues/1773)) ([af18060](https://redirect.github.com/googleapis/google-auth-library-python/commit/af18060d521baf86c219d66a26631decb3b28e79)) - Add trust boundary support for service accounts and impersonation. ([#&#8203;1778](https://redirect.github.com/googleapis/google-auth-library-python/issues/1778)) ([99be2ce](https://redirect.github.com/googleapis/google-auth-library-python/commit/99be2ce19401296718f880c7a80cd2e841df78bf)) ##### Bug Fixes - Deprecating [load\_credentials\_from\_dict](https://googleapis.dev/python/google-auth/latest/reference/google.auth.html#google.auth.load_credentials_from_dict) ([58b66ec](https://redirect.github.com/googleapis/google-auth-library-python/commit/58b66ec8069bfe5304c7da512fe89a8e838ce1ca)) - Deprecating [load\_credentials\_from\_file](https://googleapis.dev/python/google-auth/latest/reference/google.auth.html#google.auth.load_credentials_from_file) ([58b66ec](https://redirect.github.com/googleapis/google-auth-library-python/commit/58b66ec8069bfe5304c7da512fe89a8e838ce1ca)) - Fix type error in credentials.py for python 3.7 and 3.8 ([#&#8203;1805](https://redirect.github.com/googleapis/google-auth-library-python/issues/1805)) ([c30a6a7](https://redirect.github.com/googleapis/google-auth-library-python/commit/c30a6a781d3e385598a0ac28a370a7f4800010cc)) ##### Documentation - Update user guide to include x509 feature. ([#&#8203;1802](https://redirect.github.com/googleapis/google-auth-library-python/issues/1802)) ([2d89ab4](https://redirect.github.com/googleapis/google-auth-library-python/commit/2d89ab4d85568564e1f462f5b463991ffd9b82b1)) </details> <details> <summary>ipython/ipython (ipython)</summary> ### [`v9.6.0`](https://redirect.github.com/ipython/ipython/compare/9.5.0...9.6.0) [Compare Source](https://redirect.github.com/ipython/ipython/compare/9.5.0...9.6.0) </details> <details> <summary>pandas-dev/pandas (pandas)</summary> ### [`v2.3.3`](https://redirect.github.com/pandas-dev/pandas/releases/tag/v2.3.3): Pandas 2.3.3 [Compare Source](https://redirect.github.com/pandas-dev/pandas/compare/v2.3.2...v2.3.3) We are pleased to announce the release of pandas 2.3.3. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version. See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.3/whatsnew/v2.3.3.html) for a list of all the changes. Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14. The release will be available on the conda-forge channel: ``` conda install pandas --channel conda-forge ``` Or via PyPI: ``` python3 -m pip install --upgrade pandas ``` Please report any issues with the release on the [pandas issue tracker](https://redirect.github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. </details> <details> <summary>actions/python-versions (python)</summary> ### [`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.8-18331000654...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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 286e045 commit a9a8973

File tree

9 files changed

+48
-14
lines changed

9 files changed

+48
-14
lines changed

.github/workflows/configure_release_please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python 3.11
4949
uses: actions/setup-python@v6
5050
with:
51-
python-version: 3.13
51+
python-version: 3.14
5252
- name: Run configure_release_please.py
5353
run: python3 configure_release_please.py
5454
working-directory: ./scripts/configure_release_please

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v6
2727
with:
28-
python-version: "3.13"
28+
python-version: "3.14"
2929
- name: Install nox
3030
run: |
3131
python -m pip install --upgrade setuptools pip wheel

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python 3.10
4646
uses: actions/setup-python@v6
4747
with:
48-
python-version: "3.13"
48+
python-version: "3.14"
4949
- name: Install script dependencies
5050
run: pip3 install -r requirements.txt
5151
working-directory: ./scripts

.github/workflows/scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 pytest
2626
run: |
2727
python -m pip install pytest

.github/workflows/unittest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
strategy:
2121
matrix:
22-
python: ['3.7', '3.8', '3.9', '3.10', "3.11", "3.12", "3.13"]
22+
python: ['3.7', '3.8', '3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4
@@ -86,8 +86,8 @@ jobs:
8686
runs-on: ubuntu-latest
8787
strategy:
8888
matrix:
89-
python: ["3.13"]
90-
option: ["core_deps_from_source"]
89+
python: ["3.14"]
90+
option: ["core_deps_from_source-3.14"]
9191
steps:
9292
- name: Checkout
9393
uses: actions/checkout@v4

ci/run_single_test.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ case ${TEST_TYPE} in
6161
rm -rf docs/_build
6262
;;
6363
prerelease)
64-
nox -s prerelease_deps
64+
nox -s prerelease_deps-3.14
6565
retval=$?
6666
;;
6767
unit)
@@ -94,6 +94,10 @@ case ${TEST_TYPE} in
9494
nox -s unit-3.13
9595
retval=$?
9696
;;
97+
"3.14")
98+
nox -s unit-3.14
99+
retval=$?
100+
;;
97101
*)
98102
echo "unsupported PY_VERSION"
99103
exit 1

packages/google-cloud-bigquery-storage/noxfile.py

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"3.11",
3636
"3.12",
3737
"3.13",
38+
"3.14",
3839
]
3940

4041
DEFAULT_PYTHON_VERSION = ALL_PYTHON[-1]
@@ -62,7 +63,15 @@
6263
]
6364
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6465

65-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
66+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = [
67+
"3.8",
68+
"3.9",
69+
"3.10",
70+
"3.11",
71+
"3.12",
72+
"3.13",
73+
"3.14",
74+
]
6675
SYSTEM_TEST_STANDARD_DEPENDENCIES = [
6776
"mock",
6877
"pytest",
@@ -236,6 +245,13 @@ def unit(session, protobuf_implementation):
236245
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
237246
session.skip("cpp implementation is not supported in python 3.11+")
238247

248+
# TODO(https://github.com/googleapis/google-cloud-python/issues/14686):
249+
# Run tests with 3.14 once this bug is fixed
250+
if session.python == "3.14":
251+
session.skip(
252+
"3.14 is not yet supported. See https://github.com/googleapis/google-cloud-python/issues/14686"
253+
)
254+
239255
constraints_path = str(
240256
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
241257
)
@@ -459,7 +475,7 @@ def docfx(session):
459475
)
460476

461477

462-
@nox.session(python=DEFAULT_PYTHON_VERSION)
478+
@nox.session(python=["3.13", "3.14"])
463479
@nox.parametrize(
464480
"protobuf_implementation",
465481
["python", "upb", "cpp"],
@@ -475,6 +491,13 @@ def prerelease_deps(session, protobuf_implementation):
475491
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
476492
session.skip("cpp implementation is not supported in python 3.11+")
477493

494+
# TODO(https://github.com/googleapis/google-cloud-python/issues/14686):
495+
# Run tests with 3.14 once this bug is fixed
496+
if session.python == "3.14":
497+
session.skip(
498+
"3.14 is not yet supported. See https://github.com/googleapis/google-cloud-python/issues/14686"
499+
)
500+
478501
# Install all dependencies
479502
session.install("-e", ".")
480503

@@ -558,7 +581,7 @@ def prerelease_deps(session, protobuf_implementation):
558581
)
559582

560583

561-
@nox.session(python=DEFAULT_PYTHON_VERSION)
584+
@nox.session(python=["3.13", "3.14"])
562585
@nox.parametrize(
563586
"protobuf_implementation",
564587
["python", "upb"],
@@ -568,6 +591,13 @@ def core_deps_from_source(session, protobuf_implementation):
568591
rather than pulling the dependencies from PyPI.
569592
"""
570593

594+
# TODO(https://github.com/googleapis/google-cloud-python/issues/14686):
595+
# Run tests with 3.14 once this bug is fixed
596+
if session.python == "3.14":
597+
session.skip(
598+
"3.14 is not yet supported. See https://github.com/googleapis/google-cloud-python/issues/14686"
599+
)
600+
571601
# Install all dependencies
572602
session.install("-e", ".")
573603

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==2.40.3
1+
google-auth==2.41.1
22
google-cloud-bigquery-storage==2.33.1
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.38.0; python_version >= '3.9'
@@ -9,11 +9,11 @@ ipython===7.31.1; python_version == '3.7'
99
ipython===8.10.0; python_version == '3.8'
1010
ipython===8.18.1; python_version == '3.9'
1111
ipython===8.33.0; python_version == '3.10'
12-
ipython==9.5.0; python_version >= '3.11'
12+
ipython==9.6.0; python_version >= '3.11'
1313
ipywidgets==8.1.7
1414
pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
16-
pandas==2.3.2; python_version >= '3.9'
16+
pandas==2.3.3; python_version >= '3.9'
1717
tqdm==4.67.1
1818
db-dtypes===1.4.2; python_version <= '3.8'
1919
db-dtypes==1.4.3; python_version >= '3.9'

packages/google-cloud-bigquery-storage/testing/constraints-3.14.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)