From aece336fe2d42a1f5174012bc8ae9e113ca0b91b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 18 Apr 2020 07:00:37 +0200 Subject: [PATCH 1/5] chore(deps): update dependency pytz to v2019.3 (#3190) Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- bigquery/cloud-client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index 70d644472562..9b40cd64aead 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -2,4 +2,4 @@ google-cloud-bigquery[pandas]==1.20.0 google-auth-oauthlib==0.4.0 ipython==7.8.0 matplotlib==3.1.1 -pytz==2019.2 +pytz==2019.3 From ced32b397a1355d793c8bef6dfc4636e55c717e0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 18 Apr 2020 07:09:05 +0200 Subject: [PATCH 2/5] chore(deps): update dependency matplotlib to v3.2.1 (#3180) Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- bigquery/cloud-client/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index 9b40cd64aead..4cbdfb2de742 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -1,5 +1,6 @@ google-cloud-bigquery[pandas]==1.20.0 google-auth-oauthlib==0.4.0 ipython==7.8.0 -matplotlib==3.1.1 +matplotlib==3.2.1 pytz==2019.3 + From 5476fe888edfbb7185fcd910271e12171aff0f07 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 18 Apr 2020 07:14:29 +0200 Subject: [PATCH 3/5] chore(deps): update dependency ipython to v7.13.0 (#3177) Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- bigquery/cloud-client/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index 4cbdfb2de742..ba7b7bda73a6 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -1,6 +1,5 @@ google-cloud-bigquery[pandas]==1.20.0 google-auth-oauthlib==0.4.0 -ipython==7.8.0 +ipython==7.13.0 matplotlib==3.2.1 pytz==2019.3 - From 3f535add63ff825a91fc208aeb3a2c81940258b7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 18 Apr 2020 07:41:12 +0200 Subject: [PATCH 4/5] chore(deps): update dependency google-cloud-bigquery to v1.24.0 (#3049) * chore(deps): update dependency google-cloud-bigquery to v1.24.0 * chore(deps): update ipython version * fix: fix requirements order * explicitly add grpc to resolve errors * adjust arguments * undo mistake * bump auth version Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Leah Cole Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Co-authored-by: Christopher Wilcox --- appengine/standard_python37/bigquery/requirements.txt | 2 +- bigquery/bqml/requirements.txt | 2 +- bigquery/cloud-client/requirements.txt | 4 ++-- bigquery/pandas-gbq-migration/requirements.txt | 3 ++- bigquery_storage/to_dataframe/requirements.txt | 2 +- notebooks/requirements.txt | 4 ++-- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/appengine/standard_python37/bigquery/requirements.txt b/appengine/standard_python37/bigquery/requirements.txt index 5b64a271c52f..d39771cdc3a5 100644 --- a/appengine/standard_python37/bigquery/requirements.txt +++ b/appengine/standard_python37/bigquery/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==1.23.1 +google-cloud-bigquery==1.24.0 Flask==1.1.2 diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index cd07776e7c68..25f763bc97d9 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -1,4 +1,4 @@ pandas==1.0.3 -google-cloud-bigquery==1.23.1 +google-cloud-bigquery==1.24.0 flaky==3.6.1 mock==4.0.2 diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index ba7b7bda73a6..9b737b7a0c5f 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -1,5 +1,5 @@ -google-cloud-bigquery[pandas]==1.20.0 -google-auth-oauthlib==0.4.0 +google-cloud-bigquery[pandas]==1.24.0 +google-auth-oauthlib==0.4.1 ipython==7.13.0 matplotlib==3.2.1 pytz==2019.3 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index f0c58e81e633..80849dd2f512 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -1,6 +1,7 @@ -google-cloud-bigquery==1.23.1 +google-cloud-bigquery==1.24.0 google-cloud-bigquery-storage==0.8.0 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 +grpcio==1.27.2 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 070e5d81088a..37431c62c307 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,6 +1,6 @@ google-auth==1.14.0 google-cloud-bigquery-storage==0.8.0 -google-cloud-bigquery==1.23.1 +google-cloud-bigquery==1.24.0 pyarrow==0.15.1 ipython==7.10.2; python_version > '3.0' ipython==5.9.0; python_version < '3.0' diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index e34b7323e798..cdfbf9aef75d 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ google-cloud-storage==1.26.0 -google-cloud-bigquery[pandas,pyarrow]==1.23.1 +google-cloud-bigquery[pandas,pyarrow]==1.24.0 matplotlib==3.1.2; python_version > '3.0' -matplotlib==2.2.5; python_version < '3.0' +matplotlib==2.2.5; python_version < '3.0' \ No newline at end of file From 55dbf1f9ae735545d3d53847a96ecc86bba4e583 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 18 Apr 2020 07:47:33 +0200 Subject: [PATCH 5/5] chore(deps): update dependency google-auth-oauthlib to v0.4.1 (#2797) * chore(deps): update dependency google-auth-oauthlib to v0.4.1 * resolve dependency finding errors * fix new matplotlib error Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Co-authored-by: Leah Cole Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Christopher Wilcox