From 6913aba540ef1a35a47a7a5962f1400a08260188 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 12 Mar 2025 19:45:25 +0000 Subject: [PATCH 1/2] chore(deps): update all dependencies --- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/mypy.yml | 2 +- samples/polars/requirements-test.txt | 4 ++-- samples/polars/requirements.txt | 6 +++--- samples/snippets/requirements-test.txt | 4 ++-- samples/snippets/requirements.txt | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2833fe98ff..f1a43e7a6a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -28,7 +28,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1051da0bdd..9a0598202b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index e6a79291d0..f2b78a5363 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/samples/polars/requirements-test.txt b/samples/polars/requirements-test.txt index cbac5e3f12..df40a3ed9f 100644 --- a/samples/polars/requirements-test.txt +++ b/samples/polars/requirements-test.txt @@ -1,3 +1,3 @@ # samples/snippets should be runnable with no "extras" -google-cloud-testutils==1.4.0 -pytest==8.3.2 +google-cloud-testutils==1.6.0 +pytest==8.3.5 diff --git a/samples/polars/requirements.txt b/samples/polars/requirements.txt index a1d8fbcdac..20e34d81db 100644 --- a/samples/polars/requirements.txt +++ b/samples/polars/requirements.txt @@ -1,3 +1,3 @@ -bigframes==1.11.1 -polars==1.3.0 -pyarrow==15.0.0 +bigframes==1.40.0 +polars==1.24.0 +pyarrow==19.0.1 diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index cbac5e3f12..df40a3ed9f 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1,3 +1,3 @@ # samples/snippets should be runnable with no "extras" -google-cloud-testutils==1.4.0 -pytest==8.3.2 +google-cloud-testutils==1.6.0 +pytest==8.3.5 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 9b5da5182e..62fc4a49df 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,2 +1,2 @@ # samples/snippets should be runnable with no "extras" -bigframes==1.11.1 +bigframes==1.40.0 From 8b0a621494b4c676deef97d647bf58ddc05e1aad Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 12 Mar 2025 18:01:20 -0400 Subject: [PATCH 2/2] revert --- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/mypy.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f1a43e7a6a..2833fe98ff 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.10" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -28,7 +28,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.10" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9a0598202b..1051da0bdd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.10" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index f2b78a5363..e6a79291d0 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.10" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel