From 743b11f60327254041012b949524f259acded4b3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Mar 2020 18:20:22 +0000 Subject: [PATCH 1/7] chore(deps): update dependency google-cloud-bigquery-storage to v0.8.0 --- bigquery/pandas-gbq-migration/requirements.txt | 2 +- bigquery_storage/to_dataframe/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 6ba0ec2f263..200cef61004 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery==1.23.1 -google-cloud-bigquery-storage==0.7.0 +google-cloud-bigquery-storage==0.8.0 pandas==0.25.3 pandas-gbq==0.13.0 pyarrow==0.15.1 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 16905131d59..692f589ec69 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,5 +1,5 @@ google-auth==1.11.2 -google-cloud-bigquery-storage==0.7.0 +google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.23.1 pyarrow==0.15.1 ipython==7.10.2 From f0c45b340c91b9940090189a0bb1de6bda3ebf2b Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Fri, 6 Mar 2020 11:26:43 -0800 Subject: [PATCH 2/7] chore(deps): update pandas-gbq --- bigquery/pandas-gbq-migration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 200cef61004..9a2632935d1 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,5 +1,5 @@ google-cloud-bigquery==1.23.1 google-cloud-bigquery-storage==0.8.0 pandas==0.25.3 -pandas-gbq==0.13.0 +pandas-gbq==0.13.1 pyarrow==0.15.1 From 2d428e9ee1579f952e1ba7513feadf96c8d33a53 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Fri, 6 Mar 2020 11:40:21 -0800 Subject: [PATCH 3/7] chore(deps): update ipython --- bigquery_storage/to_dataframe/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 692f589ec69..b24e63006bf 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -2,5 +2,6 @@ google-auth==1.11.2 google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.23.1 pyarrow==0.15.1 -ipython==7.10.2 +ipython==7.10.2; python_version>'3.0' +ipython==5.9.0; python_verion<'3.0' pandas==0.25.3 From 466eba580078ea3920cc075bc887cdbb999647fb Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Fri, 6 Mar 2020 11:50:39 -0800 Subject: [PATCH 4/7] chore: update requirements.txt --- bigquery_storage/to_dataframe/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index b24e63006bf..36eb11a11e8 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -2,6 +2,6 @@ google-auth==1.11.2 google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.23.1 pyarrow==0.15.1 -ipython==7.10.2; python_version>'3.0' -ipython==5.9.0; python_verion<'3.0' +ipython==7.10.2; python_version > '3.0' +ipython==5.9.0; python_verion < '3.0' pandas==0.25.3 From 92542ed79f55f700641d003f6a47f0edc641a0c7 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Fri, 6 Mar 2020 11:58:05 -0800 Subject: [PATCH 5/7] chore: it is spelled version. --- bigquery_storage/to_dataframe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 36eb11a11e8..6d4ee176d8f 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -3,5 +3,5 @@ google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.23.1 pyarrow==0.15.1 ipython==7.10.2; python_version > '3.0' -ipython==5.9.0; python_verion < '3.0' +ipython==5.9.0; python_version < '3.0' pandas==0.25.3 From a7415ca95afbe50744b0c843a941b854008a9186 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Fri, 6 Mar 2020 12:05:11 -0800 Subject: [PATCH 6/7] chore(deps): split pandas version --- bigquery/pandas-gbq-migration/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 9a2632935d1..f0c58e81e63 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,5 +1,6 @@ google-cloud-bigquery==1.23.1 google-cloud-bigquery-storage==0.8.0 -pandas==0.25.3 +pandas==0.25.3; python_version > '3.0' +pandas==0.24.2; python_version < '3.0' pandas-gbq==0.13.1 pyarrow==0.15.1 From 127e7cf52bb1d9cae278bf5d622571ea0c71c5fa Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Fri, 6 Mar 2020 12:05:55 -0800 Subject: [PATCH 7/7] chore(deps): split pandas version --- bigquery_storage/to_dataframe/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 6d4ee176d8f..bb2be214f76 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -4,4 +4,5 @@ google-cloud-bigquery==1.23.1 pyarrow==0.15.1 ipython==7.10.2; python_version > '3.0' ipython==5.9.0; python_version < '3.0' -pandas==0.25.3 +pandas==0.25.3; python_version > '3.0' +pandas==0.24.2; python_version < '3.0'