Skip to content

Commit abf1b07

Browse files
committed
chore(deps): update all dependencies
1 parent 784cd61 commit abf1b07

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Python
5656
uses: actions/setup-python@v6
5757
with:
58-
python-version: "3.10"
58+
python-version: "3.14"
5959
- name: Install nox
6060
run: |
6161
python -m pip install --upgrade setuptools pip wheel
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup Python
8686
uses: actions/setup-python@v6
8787
with:
88-
python-version: "3.10"
88+
python-version: "3.14"
8989
- name: Install nox
9090
run: |
9191
python -m pip install --upgrade setuptools pip wheel
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup Python
114114
uses: actions/setup-python@v6
115115
with:
116-
python-version: "3.10"
116+
python-version: "3.14"
117117
- name: Install nox
118118
run: |
119119
python -m pip install --upgrade setuptools pip wheel
@@ -143,7 +143,7 @@ jobs:
143143
- name: Setup Python
144144
uses: actions/setup-python@v6
145145
with:
146-
python-version: "3.10"
146+
python-version: "3.14"
147147
- name: Install nox
148148
run: |
149149
python -m pip install --upgrade setuptools pip wheel

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
5858
# See https://github.com/googleapis/google-cloud-python/issues/12013
5959
# and https://github.com/actions/checkout#checkout-head.
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.36.0
2+
google-cloud-bigquery-storage==2.36.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
google-cloud-bigquery-storage==2.36.0
1+
google-cloud-bigquery-storage==2.36.2
22
google-cloud-bigquery===3.30.0; python_version <= '3.8'
3-
google-cloud-bigquery==3.40.0; python_version >= '3.9'
3+
google-cloud-bigquery==3.40.1; python_version >= '3.9'
44
pytest===7.4.3; python_version == '3.7'
55
pytest===8.3.5; python_version == '3.8'
66
pytest==9.0.2; python_version >= '3.9'
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
google-auth==2.47.0
2-
google-cloud-bigquery-storage==2.36.0
1+
google-auth==2.48.0
2+
google-cloud-bigquery-storage==2.36.2
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
4-
google-cloud-bigquery==3.40.0; python_version >= '3.9'
4+
google-cloud-bigquery==3.40.1; python_version >= '3.9'
55
pyarrow===12.0.1; python_version == '3.7'
66
pyarrow===17.0.0; python_version == '3.8'
7-
pyarrow==23.0.0; python_version >= '3.9'
7+
pyarrow==23.0.1; python_version >= '3.9'
88
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.9.0; python_version >= '3.11'
12+
ipython==9.10.0; python_version >= '3.11'
1313
ipywidgets==8.1.8
1414
pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
16-
pandas==2.3.3; python_version >= '3.9'
17-
tqdm==4.67.1
16+
pandas==3.0.1; python_version >= '3.9'
17+
tqdm==4.67.3
1818
db-dtypes===1.4.2; python_version <= '3.8'
1919
db-dtypes==1.5.0; python_version >= '3.9'

0 commit comments

Comments
 (0)