Skip to content

Commit 77b5032

Browse files
committed
chore(deps): update all dependencies
1 parent 0b796a4 commit 77b5032

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.10"
15+
python-version: "3.13"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.10"
31+
python-version: "3.13"
3232
- name: Install nox
3333
run: |
3434
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
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.8"
15+
python-version: "3.13"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.6.2
1+
google-cloud-testutils==1.6.4
22
pytest===7.4.3; python_version == '3.7'
33
pytest==8.3.5; python_version >= '3.8'

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-bigquery-storage==2.31.0
22
google-cloud-bigquery===3.30.0; python_version <= '3.8'
3-
google-cloud-bigquery==3.31.0; python_version >= '3.9'
3+
google-cloud-bigquery==3.33.0; python_version >= '3.9'

samples/to_dataframe/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
google-auth==2.40.1
1+
google-auth==2.40.2
22
google-cloud-bigquery-storage==2.31.0
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
4-
google-cloud-bigquery==3.31.0; python_version >= '3.9'
4+
google-cloud-bigquery==3.33.0; python_version >= '3.9'
55
pyarrow===12.0.1; python_version == '3.7'
66
pyarrow===17.0.0; python_version == '3.8'
77
pyarrow==20.0.0; python_version >= '3.9'

0 commit comments

Comments
 (0)