Skip to content

Commit 4394002

Browse files
committed
chore(deps): update all dependencies
1 parent 17e48a8 commit 4394002

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
5050
# See https://github.com/googleapis/google-cloud-python/issues/12013
5151
# and https://github.com/actions/checkout#checkout-head.
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Python
5555
uses: actions/setup-python@v6
5656
with:
57-
python-version: "3.10"
57+
python-version: "3.14"
5858
- name: Install nox
5959
run: |
6060
python -m pip install --upgrade setuptools pip wheel
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
7979
# See https://github.com/googleapis/google-cloud-python/issues/12013
8080
# and https://github.com/actions/checkout#checkout-head.
@@ -83,7 +83,7 @@ jobs:
8383
- name: Setup Python
8484
uses: actions/setup-python@v6
8585
with:
86-
python-version: "3.10"
86+
python-version: "3.14"
8787
- name: Install nox
8888
run: |
8989
python -m pip install --upgrade setuptools pip wheel
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v5
104+
uses: actions/checkout@v6
105105
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
106106
# See https://github.com/googleapis/google-cloud-python/issues/12013
107107
# and https://github.com/actions/checkout#checkout-head.
@@ -110,7 +110,7 @@ jobs:
110110
- name: Setup Python
111111
uses: actions/setup-python@v6
112112
with:
113-
python-version: "3.10"
113+
python-version: "3.14"
114114
- name: Install nox
115115
run: |
116116
python -m pip install --upgrade setuptools pip wheel
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Checkout
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
135135
# See https://github.com/googleapis/google-cloud-python/issues/12013
136136
# and https://github.com/actions/checkout#checkout-head.
@@ -139,7 +139,7 @@ jobs:
139139
- name: Setup Python
140140
uses: actions/setup-python@v6
141141
with:
142-
python-version: "3.10"
142+
python-version: "3.14"
143143
- name: Install nox
144144
run: |
145145
python -m pip install --upgrade setuptools pip wheel

.github/workflows/generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
# Use a fetch-depth of 2
1717
# See https://github.com/googleapis/google-cloud-python/issues/12013
1818
# and https://github.com/actions/checkout#checkout-head.
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: "3.13"
24+
python-version: "3.14"
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
2121
# See https://github.com/googleapis/google-cloud-python/issues/12013
2222
# and https://github.com/actions/checkout#checkout-head.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Get current date
3737
id: date
3838
run: echo "current_date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
# Use a fetch-depth of 2
4141
# See https://github.com/googleapis/google-cloud-python/issues/12013
4242
# and https://github.com/actions/checkout#checkout-head.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
22
pytest===8.3.5; python_version == '3.8'
3-
pytest==9.0.1; python_version >= '3.9'
3+
pytest==9.0.2; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
22
pytest===8.3.5; python_version == '3.8'
3-
pytest==9.0.1; python_version >= '3.9'
3+
pytest==9.0.2; python_version >= '3.9'
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.34.0
2+
google-cloud-bigquery-storage==2.35.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.7.0
22
pytest===7.4.3; python_version == '3.7'
33
pytest===8.3.5; python_version == '3.8'
4-
pytest==9.0.1; python_version >= '3.9'
4+
pytest==9.0.2; python_version >= '3.9'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
google-cloud-bigquery-storage==2.34.0
1+
google-cloud-bigquery-storage==2.35.0
22
google-cloud-bigquery===3.30.0; python_version <= '3.8'
33
google-cloud-bigquery==3.38.0; python_version >= '3.9'
44
pytest===7.4.3; python_version == '3.7'
55
pytest===8.3.5; python_version == '3.8'
6-
pytest==9.0.1; python_version >= '3.9'
6+
pytest==9.0.2; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
22
pytest===8.3.5; python_version == '3.8'
3-
pytest==9.0.1; python_version >= '3.9'
3+
pytest==9.0.2; python_version >= '3.9'

0 commit comments

Comments
 (0)