From 0ab5ec74ad810739b6feeb9a599fd261e8f63786 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 21:50:58 +0000 Subject: [PATCH 1/6] chore(deps): update all dependencies --- samples/geography/requirements.txt | 12 ++++++------ samples/magics/requirements.txt | 12 ++++++------ samples/snippets/requirements.txt | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index 710f4de0a..cd131e96e 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -8,15 +8,15 @@ cligj==0.7.2 dataclasses==0.8; python_version < '3.7' Fiona==1.8.21 geojson==2.5.0 -geopandas==0.9.0; python_version < '3.7' +geopandas==0.10.2; python_version < '3.7' geopandas==0.10.2; python_version >= '3.7' -google-api-core==2.5.0 +google-api-core==2.6.0 google-auth==2.6.0 -google-cloud-bigquery==2.34.0 +google-cloud-bigquery==2.34.1 google-cloud-bigquery-storage==2.12.0 google-cloud-core==2.2.2 google-crc32c==1.3.0 -google-resumable-media==2.3.0 +google-resumable-media==2.3.1 googleapis-common-protos==1.55.0 grpcio==1.44.0 idna==3.3 @@ -24,8 +24,8 @@ libcst==0.4.1 munch==2.5.0 mypy-extensions==0.4.3 packaging==21.3 -pandas==1.1.5; python_version < '3.7' -pandas==1.3.5; python_version == '3.7' +pandas==1.4.1; python_version < '3.7' +pandas==1.4.1; python_version == '3.7' pandas==1.4.1; python_version >= '3.8' proto-plus==1.20.3 protobuf==3.19.4 diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index 0ea9c5710..92750de30 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -1,14 +1,14 @@ google-cloud-bigquery-storage==2.12.0 google-auth-oauthlib==0.5.0 grpcio==1.44.0 -ipython==7.16.3; python_version < '3.7' -ipython==7.31.1; python_version == '3.7' -ipython==8.0.1; python_version == '3.8' -ipython==8.1.0; python_version >= '3.9' +ipython==8.1.1; python_version < '3.7' +ipython==8.1.1; python_version == '3.7' +ipython==8.1.1; python_version == '3.8' +ipython==8.1.1; python_version >= '3.9' matplotlib==3.5.1; python_version < '3.7' matplotlib==3.5.1; python_version >= '3.7' -pandas==1.1.5; python_version < '3.7' -pandas==1.3.5; python_version == '3.7' +pandas==1.4.1; python_version < '3.7' +pandas==1.4.1; python_version == '3.7' pandas==1.4.1; python_version >= '3.8' pyarrow==7.0.0 pytz==2021.3 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 0ea9c5710..92750de30 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,14 +1,14 @@ google-cloud-bigquery-storage==2.12.0 google-auth-oauthlib==0.5.0 grpcio==1.44.0 -ipython==7.16.3; python_version < '3.7' -ipython==7.31.1; python_version == '3.7' -ipython==8.0.1; python_version == '3.8' -ipython==8.1.0; python_version >= '3.9' +ipython==8.1.1; python_version < '3.7' +ipython==8.1.1; python_version == '3.7' +ipython==8.1.1; python_version == '3.8' +ipython==8.1.1; python_version >= '3.9' matplotlib==3.5.1; python_version < '3.7' matplotlib==3.5.1; python_version >= '3.7' -pandas==1.1.5; python_version < '3.7' -pandas==1.3.5; python_version == '3.7' +pandas==1.4.1; python_version < '3.7' +pandas==1.4.1; python_version == '3.7' pandas==1.4.1; python_version >= '3.8' pyarrow==7.0.0 pytz==2021.3 From e25d896a3a24272b59f51d536a155db953f51597 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 5 Mar 2022 11:27:42 -0500 Subject: [PATCH 2/6] revert ipython changes for python_version < 3.9 --- samples/magics/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index 92750de30..9bab68ac3 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -1,9 +1,9 @@ google-cloud-bigquery-storage==2.12.0 google-auth-oauthlib==0.5.0 grpcio==1.44.0 -ipython==8.1.1; python_version < '3.7' -ipython==8.1.1; python_version == '3.7' -ipython==8.1.1; python_version == '3.8' +ipython==7.16.3; python_version < '3.7' +ipython==7.31.1; python_version == '3.7' +ipython==8.0.1; python_version == '3.8' ipython==8.1.1; python_version >= '3.9' matplotlib==3.5.1; python_version < '3.7' matplotlib==3.5.1; python_version >= '3.7' From 5973732588eb3a758fe926252b44c42b3b619257 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 5 Mar 2022 11:28:11 -0500 Subject: [PATCH 3/6] revert changes --- samples/magics/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index 9bab68ac3..ba873ed3a 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -7,8 +7,8 @@ ipython==8.0.1; python_version == '3.8' ipython==8.1.1; python_version >= '3.9' matplotlib==3.5.1; python_version < '3.7' matplotlib==3.5.1; python_version >= '3.7' -pandas==1.4.1; python_version < '3.7' -pandas==1.4.1; python_version == '3.7' +pandas==1.1.5; python_version < '3.7' +pandas==1.3.5; python_version == '3.7' pandas==1.4.1; python_version >= '3.8' pyarrow==7.0.0 pytz==2021.3 From 1f4cd16b34746fd8563249d79d615675474a5a0d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 5 Mar 2022 11:28:41 -0500 Subject: [PATCH 4/6] revert ipython changes for python < 3.9 --- samples/snippets/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 92750de30..9bab68ac3 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,9 +1,9 @@ google-cloud-bigquery-storage==2.12.0 google-auth-oauthlib==0.5.0 grpcio==1.44.0 -ipython==8.1.1; python_version < '3.7' -ipython==8.1.1; python_version == '3.7' -ipython==8.1.1; python_version == '3.8' +ipython==7.16.3; python_version < '3.7' +ipython==7.31.1; python_version == '3.7' +ipython==8.0.1; python_version == '3.8' ipython==8.1.1; python_version >= '3.9' matplotlib==3.5.1; python_version < '3.7' matplotlib==3.5.1; python_version >= '3.7' From 9e67536281f22da81fb730fddd46959545d52782 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 5 Mar 2022 11:29:14 -0500 Subject: [PATCH 5/6] revert changes --- samples/snippets/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 9bab68ac3..ba873ed3a 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -7,8 +7,8 @@ ipython==8.0.1; python_version == '3.8' ipython==8.1.1; python_version >= '3.9' matplotlib==3.5.1; python_version < '3.7' matplotlib==3.5.1; python_version >= '3.7' -pandas==1.4.1; python_version < '3.7' -pandas==1.4.1; python_version == '3.7' +pandas==1.1.5; python_version < '3.7' +pandas==1.3.5; python_version == '3.7' pandas==1.4.1; python_version >= '3.8' pyarrow==7.0.0 pytz==2021.3 From 4f5c00e24b3bd5b4ce4f76148a64882dcd5e3342 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 5 Mar 2022 11:29:54 -0500 Subject: [PATCH 6/6] revert changes --- samples/geography/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index cd131e96e..4c566cfb3 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -8,7 +8,7 @@ cligj==0.7.2 dataclasses==0.8; python_version < '3.7' Fiona==1.8.21 geojson==2.5.0 -geopandas==0.10.2; python_version < '3.7' +geopandas==0.9.0; python_version < '3.7' geopandas==0.10.2; python_version >= '3.7' google-api-core==2.6.0 google-auth==2.6.0 @@ -24,8 +24,8 @@ libcst==0.4.1 munch==2.5.0 mypy-extensions==0.4.3 packaging==21.3 -pandas==1.4.1; python_version < '3.7' -pandas==1.4.1; python_version == '3.7' +pandas==1.1.5; python_version < '3.7' +pandas==1.3.5; python_version == '3.7' pandas==1.4.1; python_version >= '3.8' proto-plus==1.20.3 protobuf==3.19.4