From b67dda23dcc7a565be035f7645869854acb83074 Mon Sep 17 00:00:00 2001 From: Chalmer Lowe Date: Mon, 18 Nov 2024 05:50:43 -0500 Subject: [PATCH] chore: syncing with main (#2067) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update all dependencies (#2038) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot Co-authored-by: Chalmer Lowe * fix: Allow geopandas 1.x (#2065) Expand range to avoid diamond dependency issues See https://pypi.org/project/geopandas/1.0.1/ * chore(deps): update all dependencies (#2064) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert * Pin pyparsing for Python 3.7/3.8 * revert * Pin pyarrow for Python 3.8 --------- Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou Co-authored-by: Chalmer Lowe * chore(deps): update all dependencies (#2068) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * pin pyarrow --------- Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --------- Co-authored-by: Mend Renovate Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- pyproject.toml | 2 +- samples/desktopapp/requirements.txt | 2 +- samples/geography/requirements.txt | 28 +++++++++++++++------------- samples/magics/requirements.txt | 6 +++--- samples/notebooks/requirements.txt | 6 +++--- samples/snippets/requirements.txt | 2 +- 6 files changed, 24 insertions(+), 22 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44a958323..ecf21d922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ pandas = [ "importlib_metadata >= 1.0.0; python_version < '3.8'", ] ipywidgets = ["ipywidgets >= 7.7.0", "ipykernel >= 6.0.0"] -geopandas = ["geopandas >= 0.9.0, < 1.0dev", "Shapely >= 1.8.4, < 3.0.0dev"] +geopandas = ["geopandas >= 0.9.0, < 2.0dev", "Shapely >= 1.8.4, < 3.0.0dev"] ipython = ["bigquery-magics >= 0.1.0"] tqdm = ["tqdm >= 4.7.4, < 5.0.0dev"] opentelemetry = [ diff --git a/samples/desktopapp/requirements.txt b/samples/desktopapp/requirements.txt index 383829d7d..165800741 100644 --- a/samples/desktopapp/requirements.txt +++ b/samples/desktopapp/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-bigquery==3.26.0 +google-cloud-bigquery==3.27.0 google-auth-oauthlib==1.2.1 diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index 1089dc195..d08bad258 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -2,47 +2,49 @@ attrs==24.2.0 certifi==2024.8.30 cffi===1.15.1; python_version == '3.7' cffi==1.17.1; python_version >= '3.8' -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 click==8.1.7 click-plugins==1.1.1 cligj==0.7.2 dataclasses==0.8; python_version < '3.7' -db-dtypes==1.3.0 +db-dtypes==1.3.1 Fiona===1.9.6; python_version == '3.7' Fiona==1.10.1; python_version >= '3.8' geojson==3.1.0 geopandas===0.10.2; python_version == '3.7' geopandas===0.13.2; python_version == '3.8' geopandas==1.0.1; python_version >= '3.9' -google-api-core==2.20.0 -google-auth==2.35.0 -google-cloud-bigquery==3.26.0 -google-cloud-bigquery-storage==2.26.0 +google-api-core==2.23.0 +google-auth==2.36.0 +google-cloud-bigquery==3.27.0 +google-cloud-bigquery-storage==2.27.0 google-cloud-core==2.4.1 google-crc32c===1.5.0; python_version < '3.9' google-crc32c==1.6.0; python_version >= '3.9' google-resumable-media==2.7.2 -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 grpcio===1.62.2; python_version == '3.7' -grpcio==1.66.1; python_version >= '3.8' +grpcio==1.67.1; python_version >= '3.8' idna==3.10 munch==4.0.0 mypy-extensions==1.0.0 packaging===24.0; python_version == '3.7' -packaging==24.1; python_version >= '3.8' +packaging==24.2; python_version >= '3.8' pandas===1.3.5; python_version == '3.7' pandas===2.0.3; python_version == '3.8' pandas==2.2.3; python_version >= '3.9' -proto-plus==1.24.0 -pyarrow==12.0.1; python_version == '3.7' -pyarrow==17.0.0; python_version >= '3.8' +proto-plus==1.25.0 +pyarrow===12.0.1; python_version == '3.7' +pyarrow===17.0.0; python_version == '3.8' +pyarrow==18.0.0; python_version >= '3.9' pyasn1===0.5.1; python_version == '3.7' pyasn1==0.6.1; python_version >= '3.8' pyasn1-modules===0.3.0; python_version == '3.7' pyasn1-modules==0.4.1; python_version >= '3.8' pycparser===2.21; python_version == '3.7' pycparser==2.22; python_version >= '3.8' -pyparsing==3.1.4 +pyparsing===3.1.4; python_version < '3.9' +pyparsing==3.2.0; python_version >= '3.9' python-dateutil==2.9.0.post0 pytz==2024.2 PyYAML===6.0.1; python_version == '3.7' diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index 6386fb6d2..543d9a512 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -1,7 +1,7 @@ bigquery_magics==0.4.0 -db-dtypes==1.3.0 -google.cloud.bigquery==3.26.0 -google-cloud-bigquery-storage==2.26.0 +db-dtypes==1.3.1 +google.cloud.bigquery==3.27.0 +google-cloud-bigquery-storage==2.27.0 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' ipython===8.18.1; python_version >= '3.9' diff --git a/samples/notebooks/requirements.txt b/samples/notebooks/requirements.txt index 7463e1afc..ca8a0a13e 100644 --- a/samples/notebooks/requirements.txt +++ b/samples/notebooks/requirements.txt @@ -1,7 +1,7 @@ bigquery-magics==0.4.0 -db-dtypes==1.3.0 -google-cloud-bigquery==3.26.0 -google-cloud-bigquery-storage==2.26.0 +db-dtypes==1.3.1 +google-cloud-bigquery==3.27.0 +google-cloud-bigquery-storage==2.27.0 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' ipython===8.18.1; python_version >= '3.9' diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 65ce0be9f..307ebac24 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,2 +1,2 @@ # samples/snippets should be runnable with no "extras" -google-cloud-bigquery==3.26.0 +google-cloud-bigquery==3.27.0