Skip to content

Commit

Permalink
chore(deps): update dependency pandas-gbq to v0.19.2 (#10203)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency pandas-gbq to v0.19.2

* Apply suggestions from code review

---------

Co-authored-by: Leah E. Cole <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jul 5, 2023
1 parent c1caf37 commit 4922767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ google-cloud-bigquery-storage==2.19.1
pandas==1.1.5; python_version < '3.7'
pandas==1.3.5; python_version == '3.7'
pandas==2.0.1; python_version > '3.7'
pandas-gbq==0.19.1; python_version > '3.6'
pandas-gbq==0.19.2; python_version > '3.6'
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
pandas-gbq==0.14.1; python_version < '3.7'
grpcio==1.54.2
Expand Down

0 comments on commit 4922767

Please sign in to comment.