Skip to content

Commit 0b796a4

Browse files
chore(deps): update all dependencies (#943)
* chore(deps): update all dependencies * Update docs.yml * Update lint.yml * Update requirements.txt --------- Co-authored-by: Lingqing Gan <[email protected]>
1 parent 7bcd020 commit 0b796a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/to_dataframe/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==2.39.0
1+
google-auth==2.40.1
22
google-cloud-bigquery-storage==2.31.0
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.31.0; python_version >= '3.9'
@@ -15,4 +15,5 @@ pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
1616
pandas==2.2.3; python_version >= '3.9'
1717
tqdm==4.67.1
18-
db-dtypes==1.4.2
18+
db-dtypes===1.4.2; python_version <= '3.8'
19+
db-dtypes==1.4.3; python_version >= '3.9'

0 commit comments

Comments
 (0)