Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit c106c73

Browse files
authored
chore(deps): update all dependencies (#972)
1 parent 5d34e8c commit c106c73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-cloud-bigquery-storage==2.32.0
22
google-cloud-bigquery===3.30.0; python_version <= '3.8'
3-
google-cloud-bigquery==3.35.1; python_version >= '3.9'
3+
google-cloud-bigquery==3.36.0; python_version >= '3.9'
44
pytest===7.4.3; python_version == '3.7'
55
pytest===8.3.5; python_version == '3.8'
66
pytest==8.4.1; 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 @@
11
google-auth==2.40.3
22
google-cloud-bigquery-storage==2.32.0
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
4-
google-cloud-bigquery==3.35.1; python_version >= '3.9'
4+
google-cloud-bigquery==3.36.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==21.0.0; python_version >= '3.9'
@@ -13,7 +13,7 @@ ipython==9.4.0; python_version >= '3.11'
1313
ipywidgets==8.1.7
1414
pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
16-
pandas==2.3.1; python_version >= '3.9'
16+
pandas==2.3.2; python_version >= '3.9'
1717
tqdm==4.67.1
1818
db-dtypes===1.4.2; python_version <= '3.8'
1919
db-dtypes==1.4.3; python_version >= '3.9'

0 commit comments

Comments
 (0)