From 8208a8bc2e4ab8a2de73364eef48131549c42915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:22:17 +0000 Subject: [PATCH] Update pyarrow requirement in /release_creation/bundle/requirements Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v14.0.1...go/v17.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../bundle/requirements/v0.0.latest.requirements.txt | 2 +- .../bundle/requirements/v1.4.latest.requirements.txt | 2 +- .../bundle/requirements/v1.5.latest.requirements.txt | 2 +- .../bundle/requirements/v1.6.latest.requirements.txt | 2 +- release_creation/bundle/requirements/v1.6.pre.requirements.txt | 2 +- .../bundle/requirements/v1.7.latest.requirements.txt | 2 +- release_creation/bundle/requirements/v1.7.pre.requirements.txt | 2 +- .../bundle/requirements/v1.8.latest.requirements.txt | 2 +- release_creation/bundle/requirements/v1.8.pre.requirements.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/release_creation/bundle/requirements/v0.0.latest.requirements.txt b/release_creation/bundle/requirements/v0.0.latest.requirements.txt index 0b5edbb6..c546f03d 100644 --- a/release_creation/bundle/requirements/v0.0.latest.requirements.txt +++ b/release_creation/bundle/requirements/v0.0.latest.requirements.txt @@ -15,7 +15,7 @@ dbt-fabric @ git+https://github.com/microsoft/dbt-fabric.git@main # dbt-synapse @ git+https://github.com/microsoft/dbt-synapse.git@master pyasn1-modules~=0.2.1 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pydantic~=1.10 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python~=3.0,!=3.0.4 \ No newline at end of file diff --git a/release_creation/bundle/requirements/v1.4.latest.requirements.txt b/release_creation/bundle/requirements/v1.4.latest.requirements.txt index c8162dc1..964ac079 100644 --- a/release_creation/bundle/requirements/v1.4.latest.requirements.txt +++ b/release_creation/bundle/requirements/v1.4.latest.requirements.txt @@ -11,7 +11,7 @@ dbt-rpc~=0.3.1 json-rpc==1.15.0 google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081 grpcio-status~=1.47.0 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pyasn1-modules~=0.2.1 pyodbc==4.0.32 --no-binary pyodbc snowflake-connector-python~=3.0,!=3.0.4 \ No newline at end of file diff --git a/release_creation/bundle/requirements/v1.5.latest.requirements.txt b/release_creation/bundle/requirements/v1.5.latest.requirements.txt index 81fe2086..b40337cd 100644 --- a/release_creation/bundle/requirements/v1.5.latest.requirements.txt +++ b/release_creation/bundle/requirements/v1.5.latest.requirements.txt @@ -10,7 +10,7 @@ dbt-rpc~=0.4.0 google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081 json-rpc==1.15.0 pandas<2.2.0,>=2.0.0 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pyasn1-modules~=0.2.1 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python[secure-local-storage]~=3.0,!=3.0.4 diff --git a/release_creation/bundle/requirements/v1.6.latest.requirements.txt b/release_creation/bundle/requirements/v1.6.latest.requirements.txt index cbcfc1f9..0e7613f6 100644 --- a/release_creation/bundle/requirements/v1.6.latest.requirements.txt +++ b/release_creation/bundle/requirements/v1.6.latest.requirements.txt @@ -11,6 +11,6 @@ dbt-rpc~=0.4.1 google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081 pandas<2.2.0,>=2.0.0 pyasn1-modules~=0.3.0 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python ~=3.0,!=3.0.4 diff --git a/release_creation/bundle/requirements/v1.6.pre.requirements.txt b/release_creation/bundle/requirements/v1.6.pre.requirements.txt index 5ba5356c..9c2c6a17 100644 --- a/release_creation/bundle/requirements/v1.6.pre.requirements.txt +++ b/release_creation/bundle/requirements/v1.6.pre.requirements.txt @@ -9,6 +9,6 @@ dbt-trino~=1.6.0 dbt-fabric~=1.6.0 dbt-rpc~=0.4.1 pyasn1-modules~=0.3.0 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python ~=3.0,!=3.0.4 diff --git a/release_creation/bundle/requirements/v1.7.latest.requirements.txt b/release_creation/bundle/requirements/v1.7.latest.requirements.txt index 77ec769f..e3372cad 100644 --- a/release_creation/bundle/requirements/v1.7.latest.requirements.txt +++ b/release_creation/bundle/requirements/v1.7.latest.requirements.txt @@ -13,7 +13,7 @@ dbt-rpc~=0.4.1 google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081 pandas<2.2.0,>=2.0.0 pyasn1-modules~=0.2.1 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pydantic~=1.10 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python~=3.0,!=3.0.4 diff --git a/release_creation/bundle/requirements/v1.7.pre.requirements.txt b/release_creation/bundle/requirements/v1.7.pre.requirements.txt index e3963579..6aee92f8 100644 --- a/release_creation/bundle/requirements/v1.7.pre.requirements.txt +++ b/release_creation/bundle/requirements/v1.7.pre.requirements.txt @@ -10,7 +10,7 @@ dbt-fabric~=1.7.0 dbt-synapse~=1.7.0rc1 dbt-rpc~=0.4.1 pyasn1-modules~=0.2.1 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pydantic~=1.10 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python~=3.0,!=3.0.4 \ No newline at end of file diff --git a/release_creation/bundle/requirements/v1.8.latest.requirements.txt b/release_creation/bundle/requirements/v1.8.latest.requirements.txt index c5e6b169..e07abd75 100644 --- a/release_creation/bundle/requirements/v1.8.latest.requirements.txt +++ b/release_creation/bundle/requirements/v1.8.latest.requirements.txt @@ -13,7 +13,7 @@ dbt-fabric>=1.8.0,<1.8.3 dbt-athena-community~=1.8.1 # dbt-synapse~=1.8.0 # no 1.8 final on 1.8.0rc3 pyasn1-modules~=0.2.1 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pydantic~=1.10 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python~=3.0,!=3.0.4 \ No newline at end of file diff --git a/release_creation/bundle/requirements/v1.8.pre.requirements.txt b/release_creation/bundle/requirements/v1.8.pre.requirements.txt index dc0a3ffe..67b5f5af 100644 --- a/release_creation/bundle/requirements/v1.8.pre.requirements.txt +++ b/release_creation/bundle/requirements/v1.8.pre.requirements.txt @@ -14,7 +14,7 @@ dbt-fabric>=1.8.0rc3,<1.8.3 dbt-synapse~=1.8.0rc1 dbt-athena-community~=1.8.0b1 pyasn1-modules~=0.2.1 -pyarrow~=14.0.1 +pyarrow~=17.0.0 pydantic~=1.10 pyodbc==4.0.39 --no-binary pyodbc snowflake-connector-python~=3.0,!=3.0.4