From 03a06c2d08df308f3ae96dd941ec9a712f3e8470 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 May 2022 22:44:32 +0000 Subject: [PATCH 1/4] chore(deps): update dependency pyarrow to v8 --- samples/geography/requirements.txt | 2 +- samples/magics/requirements.txt | 2 +- samples/snippets/requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index dc2d9e72b..944e251e7 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -28,7 +28,7 @@ pandas===1.3.5; python_version == '3.7' pandas==1.4.2; python_version >= '3.8' proto-plus==1.20.3 protobuf==3.20.1 -pyarrow==7.0.0 +pyarrow==8.0.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21 diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index decfc4764..623063196 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -8,6 +8,6 @@ ipython==8.3.0; python_version >= '3.9' matplotlib==3.5.2 pandas===1.3.5; python_version == '3.7' pandas==1.4.2; python_version >= '3.8' -pyarrow==7.0.0 +pyarrow==8.0.0 pytz==2022.1 typing-extensions==4.2.0 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index decfc4764..623063196 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -8,6 +8,6 @@ ipython==8.3.0; python_version >= '3.9' matplotlib==3.5.2 pandas===1.3.5; python_version == '3.7' pandas==1.4.2; python_version >= '3.8' -pyarrow==7.0.0 +pyarrow==8.0.0 pytz==2022.1 typing-extensions==4.2.0 diff --git a/setup.py b/setup.py index 86eb2d41d..14b516816 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "packaging >= 14.3", "protobuf >= 3.12.0", # For the legacy proto-based types. "python-dateutil >= 2.7.2, <3.0dev", - "pyarrow >= 3.0.0, < 8.0dev", + "pyarrow >=8, <8.1", "requests >= 2.18.0, < 3.0.0dev", ] extras = { From e317ea9d2ac52f4259bd1b951cb14d9033fb8f8d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 9 May 2022 10:41:17 -0400 Subject: [PATCH 2/4] fix(deps): allow pyarrow v8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14b516816..52ffac019 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "packaging >= 14.3", "protobuf >= 3.12.0", # For the legacy proto-based types. "python-dateutil >= 2.7.2, <3.0dev", - "pyarrow >=8, <8.1", + "pyarrow >= 3.0.0, < 9.0dev", "requests >= 2.18.0, < 3.0.0dev", ] extras = { From 51aeab9dfd02d8dfbd3466270cde56ab42f3d4ad Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 9 May 2022 14:48:01 +0000 Subject: [PATCH 3/4] chore(deps): update dependency db-dtypes to 1.0.1 --- samples/geography/requirements.txt | 2 +- samples/magics/requirements.txt | 2 +- samples/snippets/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index 944e251e7..105666aa9 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -6,7 +6,7 @@ click==8.1.3 click-plugins==1.1.1 cligj==0.7.2 dataclasses==0.8; python_version < '3.7' -db-dtypes==1.0.0 +db-dtypes==1.0.1 Fiona==1.8.21 geojson==2.5.0 geopandas==0.10.2 diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index 623063196..d8187f605 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -1,4 +1,4 @@ -db-dtypes==1.0.0 +db-dtypes==1.0.1 google-cloud-bigquery-storage==2.13.1 google-auth-oauthlib==0.5.1 grpcio==1.46.0 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 623063196..d8187f605 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,4 +1,4 @@ -db-dtypes==1.0.0 +db-dtypes==1.0.1 google-cloud-bigquery-storage==2.13.1 google-auth-oauthlib==0.5.1 grpcio==1.46.0 From d65d5c3f580d12305d0b10ea0646ba01bfb56cff Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 9 May 2022 19:52:29 +0000 Subject: [PATCH 4/4] chore(deps): update dependency google-cloud-bigquery to v3.1.0 --- samples/geography/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index 105666aa9..681409085 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -12,7 +12,7 @@ geojson==2.5.0 geopandas==0.10.2 google-api-core==2.7.3 google-auth==2.6.6 -google-cloud-bigquery==3.0.1 +google-cloud-bigquery==3.1.0 google-cloud-bigquery-storage==2.13.1 google-cloud-core==2.3.0 google-crc32c==1.3.0