From ab998216b18a372eb79f92276b7339ac8cb0c3cf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 2 Aug 2022 17:06:11 +0200 Subject: [PATCH 1/3] chore(deps): update all dependencies (#1301) * chore(deps): update all dependencies * remove protobuf * revert * pin geopandas for python 3.7 Co-authored-by: Anthonios Partheniou --- samples/geography/requirements.txt | 42 +++++++++++++------------- samples/magics/requirements-test.txt | 2 +- samples/magics/requirements.txt | 14 ++++----- samples/snippets/requirements-test.txt | 2 +- samples/snippets/requirements.txt | 14 ++++----- 5 files changed, 37 insertions(+), 37 deletions(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index cbd7c4e5d..1ce52d179 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -1,33 +1,33 @@ -attrs==21.4.0 -certifi==2022.5.18.1 -cffi==1.15.0 -charset-normalizer==2.0.12 +attrs==22.1.0 +certifi==2022.6.15 +cffi==1.15.1 +charset-normalizer==2.1.0 click==8.1.3 click-plugins==1.1.1 cligj==0.7.2 dataclasses==0.8; python_version < '3.7' -db-dtypes==1.0.1 +db-dtypes==1.0.2 Fiona==1.8.21 geojson==2.5.0 -geopandas==0.10.2 -google-api-core==2.8.1 -google-auth==2.6.6 -google-cloud-bigquery==3.1.0 -google-cloud-bigquery-storage==2.13.1 -google-cloud-core==2.3.0 +geopandas===0.10.2; python_version == '3.7' +geopandas==0.11.1; python_version >= '3.8' +google-api-core==2.8.2 +google-auth==2.9.1 +google-cloud-bigquery==3.3.0 +google-cloud-bigquery-storage==2.14.1 +google-cloud-core==2.3.2 google-crc32c==1.3.0 google-resumable-media==2.3.3 -googleapis-common-protos==1.56.2 -grpcio==1.46.3 +googleapis-common-protos==1.56.4 +grpcio==1.47.0 idna==3.3 -libcst==0.4.3 +libcst==0.4.7 munch==2.5.0 mypy-extensions==0.4.3 packaging==21.3 pandas===1.3.5; python_version == '3.7' -pandas==1.4.2; python_version >= '3.8' -proto-plus==1.20.5 -protobuf==3.20.1 +pandas==1.4.3; python_version >= '3.8' +proto-plus==1.20.6 pyarrow==8.0.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 @@ -36,10 +36,10 @@ pyparsing==3.0.9 python-dateutil==2.8.2 pytz==2022.1 PyYAML==6.0 -requests==2.27.1 -rsa==4.8 +requests==2.28.1 +rsa==4.9 Shapely==1.8.2 six==1.16.0 -typing-extensions==4.2.0 +typing-extensions==4.3.0 typing-inspect==0.7.1 -urllib3==1.26.9 +urllib3==1.26.11 diff --git a/samples/magics/requirements-test.txt b/samples/magics/requirements-test.txt index d771b647d..856751fc1 100644 --- a/samples/magics/requirements-test.txt +++ b/samples/magics/requirements-test.txt @@ -1,3 +1,3 @@ -google-cloud-testutils==1.3.1 +google-cloud-testutils==1.3.3 pytest==7.1.2 mock==4.0.3 diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index ad64565e2..6ebe55a61 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -1,13 +1,13 @@ -db-dtypes==1.0.1 -google-cloud-bigquery-storage==2.13.1 -google-auth-oauthlib==0.5.1 -grpcio==1.46.3 +db-dtypes==1.0.2 +google-cloud-bigquery-storage==2.14.1 +google-auth-oauthlib==0.5.2 +grpcio==1.47.0 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' -ipython==8.3.0; python_version >= '3.9' +ipython==8.4.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' +pandas==1.4.3; python_version >= '3.8' pyarrow==8.0.0 pytz==2022.1 -typing-extensions==4.2.0 +typing-extensions==4.3.0 diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index d771b647d..856751fc1 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1,3 +1,3 @@ -google-cloud-testutils==1.3.1 +google-cloud-testutils==1.3.3 pytest==7.1.2 mock==4.0.3 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index a8322de0a..90c494e05 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,14 +1,14 @@ -db-dtypes==1.0.1 -google-cloud-bigquery==3.2.0 -google-cloud-bigquery-storage==2.13.1 -google-auth-oauthlib==0.5.1 +db-dtypes==1.0.2 +google-cloud-bigquery==3.3.0 +google-cloud-bigquery-storage==2.14.1 +google-auth-oauthlib==0.5.2 grpcio==1.47.0 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' -ipython==8.3.0; python_version >= '3.9' +ipython==8.4.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' +pandas==1.4.3; python_version >= '3.8' pyarrow==8.0.0 pytz==2022.1 -typing-extensions==4.2.0 +typing-extensions==4.3.0 From 13616a910ba2e9b7bc3595847229b56e70c99f84 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 9 Aug 2022 03:53:19 +0200 Subject: [PATCH 2/3] fix(deps): allow pyarrow < 10 (#1304) * chore(deps): update all dependencies * revert * fix(deps): allow pyarrow < 10 * chore: update dependency db-dtypes==1.0.3 * revert Co-authored-by: Anthonios Partheniou --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f811a47b1..4260cdf4f 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "packaging >= 14.3, <22.0.0dev", "protobuf >= 3.12.0, <4.0.0dev", # For the legacy proto-based types. "python-dateutil >= 2.7.2, <3.0dev", - "pyarrow >= 3.0.0, < 9.0dev", + "pyarrow >= 3.0.0, < 10.0dev", "requests >= 2.18.0, < 3.0.0dev", ] extras = { From 00462ed99ac177ae782e13c7ba2565992eda2a89 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 06:07:08 -0400 Subject: [PATCH 3/3] chore(main): release 3.3.1 (#1306) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ google/cloud/bigquery/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7214ea16..635a08e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## [3.3.1](https://github.com/googleapis/python-bigquery/compare/v3.3.0...v3.3.1) (2022-08-09) + + +### Bug Fixes + +* **deps:** allow pyarrow < 10 ([#1304](https://github.com/googleapis/python-bigquery/issues/1304)) ([13616a9](https://github.com/googleapis/python-bigquery/commit/13616a910ba2e9b7bc3595847229b56e70c99f84)) + ## [3.3.0](https://github.com/googleapis/python-bigquery/compare/v3.2.0...v3.3.0) (2022-07-25) diff --git a/google/cloud/bigquery/version.py b/google/cloud/bigquery/version.py index 2279c3674..a5a77c35d 100644 --- a/google/cloud/bigquery/version.py +++ b/google/cloud/bigquery/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.3.0" +__version__ = "3.3.1"