Skip to content

Commit 9213910

Browse files
chore(deps): update dependency pandas-gbq to v0.24.0 (#12951)
* chore(deps): update dependency pandas-gbq to v0.24.0 * Update bigquery/pandas-gbq-migration/requirements.txt --------- Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 22f3fe8 commit 9213910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ google-cloud-bigquery==3.25.0
22
google-cloud-bigquery-storage==2.19.1
33
pandas==2.0.3; python_version == '3.8'
44
pandas==2.2.2; python_version > '3.8'
5-
pandas-gbq==0.22.0; python_version > '3.6'
5+
pandas-gbq==0.24.0; python_version > '3.6'
66
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
7-
pandas-gbq==0.14.1; python_version < '3.7'
7+
pandas-gbq===0.14.1; python_version < '3.7'
88
grpcio==1.62.1
99
pyarrow==17.0.0; python_version > '3.6'
1010
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1

0 commit comments

Comments
 (0)