Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 9d68190

Browse files
committed
chore(deps): update all dependencies
1 parent a8ba879 commit 9d68190

File tree

10 files changed

+27
-27
lines changed

10 files changed

+27
-27
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
- name: Setup Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.13"
34+
python-version: "3.14"
3535
- name: Install nox
3636
run: |
3737
python -m pip install --upgrade setuptools pip wheel
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
nox -s docs
4242
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4444
with:
4545
path: docs/_build/html/
4646

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
18-
python-version: "3.13"
18+
python-version: "3.14"
1919
- name: Install nox
2020
run: |
2121
python -m pip install --upgrade setuptools pip wheel
@@ -27,11 +27,11 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
- name: Setup Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.10"
34+
python-version: "3.14"
3535
- name: Install nox
3636
run: |
3737
python -m pip install --upgrade setuptools pip wheel

.github/workflows/js-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Install modules
1616
working-directory: ./tests/js
1717
run: npm install

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.14"
1919
- name: Install nox

.github/workflows/mypy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.14"
1919
- name: Install nox
2020
run: |
2121
python -m pip install --upgrade setuptools pip wheel
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-testutils==1.4.0
3-
pytest==8.3.2
2+
google-cloud-testutils==1.7.0
3+
pytest==9.0.2

samples/polars/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
bigframes==2.25.0
2-
polars==1.24.0
3-
pyarrow==21.0.0
1+
bigframes==2.37.0
2+
polars==1.38.1
3+
pyarrow==23.0.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-testutils==1.4.0
3-
pytest==8.3.2
2+
google-cloud-testutils==1.7.0
3+
pytest==9.0.2

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# samples/snippets should be runnable with no "extras"
2-
bigframes==1.11.1
2+
bigframes==2.37.0

tests/js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"license": "ISC",
1313
"devDependencies": {
1414
"@babel/preset-env": "^7.24.7",
15-
"jest": "^29.7.0",
16-
"jest-environment-jsdom": "^29.7.0",
15+
"jest": "^30.0.0",
16+
"jest-environment-jsdom": "^30.0.0",
1717
"@testing-library/jest-dom": "^6.4.6",
18-
"jsdom": "^24.1.0"
18+
"jsdom": "^28.0.0"
1919
}
2020
}

0 commit comments

Comments
 (0)