Skip to content

Commit f15edd8

Browse files
renovate-botcrwilcoxleahecole
authored andcommitted
chore(deps): update dependency google-cloud-bigquery-storage to v0.8.0 [(#3050)](GoogleCloudPlatform/python-docs-samples#3050)
* chore(deps): update dependency google-cloud-bigquery-storage to v0.8.0 * chore(deps): update pandas-gbq * chore(deps): update ipython * chore: update requirements.txt * chore: it is spelled version. * chore(deps): split pandas version * chore(deps): split pandas version Co-authored-by: Christopher Wilcox <crwilcox@google.com> Co-authored-by: Leah Cole <coleleah@google.com>
1 parent d128135 commit f15edd8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
google-auth==1.11.2
2-
google-cloud-bigquery-storage==0.7.0
2+
google-cloud-bigquery-storage==0.8.0
33
google-cloud-bigquery==1.23.1
44
pyarrow==0.15.1
5-
ipython==7.10.2
6-
pandas==0.25.3
5+
ipython==7.10.2; python_version > '3.0'
6+
ipython==5.9.0; python_version < '3.0'
7+
pandas==0.25.3; python_version > '3.0'
8+
pandas==0.24.2; python_version < '3.0'

0 commit comments

Comments
 (0)