Skip to content

Commit 20b6892

Browse files
renovate-botcrwilcoxleahecole
authored
chore(deps): update dependency google-cloud-bigquery-storage to v0.8.0 (GoogleCloudPlatform#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 <[email protected]> Co-authored-by: Leah Cole <[email protected]>
1 parent 2f52860 commit 20b6892

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
google-cloud-bigquery==1.23.1
2-
google-cloud-bigquery-storage==0.7.0
3-
pandas==0.25.3
4-
pandas-gbq==0.13.0
2+
google-cloud-bigquery-storage==0.8.0
3+
pandas==0.25.3; python_version > '3.0'
4+
pandas==0.24.2; python_version < '3.0'
5+
pandas-gbq==0.13.1
56
pyarrow==0.15.1
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)