Skip to content

Commit 57008b2

Browse files
committed
chore(deps): update all dependencies
1 parent 03e6991 commit 57008b2

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -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
@@ -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
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
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.0; python_version >= '3.9'
3+
pytest==9.0.1; 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.0; python_version >= '3.9'
3+
pytest==9.0.1; python_version >= '3.9'
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.0; python_version >= '3.9'
4+
pytest==9.0.1; python_version >= '3.9'

packages/google-cloud-bigquery-storage/samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.0; python_version >= '3.9'
6+
pytest==9.0.1; 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.0; python_version >= '3.9'
3+
pytest==9.0.1; python_version >= '3.9'

packages/google-cloud-bigquery-storage/samples/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ pandas===2.0.3; python_version == '3.8'
1616
pandas==2.3.3; python_version >= '3.9'
1717
tqdm==4.67.1
1818
db-dtypes===1.4.2; python_version <= '3.8'
19-
db-dtypes==1.4.3; python_version >= '3.9'
19+
db-dtypes==1.4.4; python_version >= '3.9'

0 commit comments

Comments
 (0)