From e876f89a6a6656c6f1d2c191d973ef789f43ed44 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 9 Mar 2026 01:31:44 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/docs.yml | 8 ++++---- packages/google-auth/docs/requirements-docs.txt | 12 ++++++------ .../samples/to_dataframe/requirements.txt | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 62fe3f2b6105..e93cfee0f83a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -85,7 +85,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -113,7 +113,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -143,7 +143,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/packages/google-auth/docs/requirements-docs.txt b/packages/google-auth/docs/requirements-docs.txt index 8b2c192dd08d..572dd0661ddb 100644 --- a/packages/google-auth/docs/requirements-docs.txt +++ b/packages/google-auth/docs/requirements-docs.txt @@ -7,11 +7,11 @@ requests-oauthlib # which still support sphinx 4.x. # See https://github.com/googleapis/sphinx-docfx-yaml/issues/344 # and https://github.com/googleapis/sphinx-docfx-yaml/issues/345. -sphinxcontrib-applehelp==1.0.4 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==2.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.5 -sphinx==4.5.0 +sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-htmlhelp==2.1.0 +sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-serializinghtml==2.0.0 +sphinx==9.1.0 alabaster recommonmark diff --git a/packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt b/packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt index af4723e326df..a50cd876c213 100644 --- a/packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt +++ b/packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt @@ -1,4 +1,4 @@ -google-auth==2.48.0 +google-auth==2.49.0 google-cloud-bigquery-storage==2.36.2 google-cloud-bigquery===3.30.0; python_version <= '3.8' google-cloud-bigquery==3.40.1; python_version >= '3.9' @@ -9,11 +9,11 @@ ipython===7.31.1; python_version == '3.7' ipython===8.10.0; python_version == '3.8' ipython===8.18.1; python_version == '3.9' ipython===8.33.0; python_version == '3.10' -ipython==9.10.0; python_version >= '3.11' +ipython==9.11.0; python_version >= '3.11' ipywidgets==8.1.8 pandas===1.3.5; python_version == '3.7' pandas===2.0.3; python_version == '3.8' -pandas==2.3.3; python_version >= '3.9' +pandas==3.0.1; python_version >= '3.9' tqdm==4.67.3 db-dtypes===1.4.2; python_version <= '3.8' db-dtypes==1.5.0; python_version >= '3.9'