From 49ecf8d52e409ba756278dff85a8061454e36e25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 10:50:31 +0000 Subject: [PATCH] fix(deps): update dependency datafusion to v37 (#9189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com> --- poetry.lock | 15 +++++++-------- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1a203205ec6c..5ebee79d7e12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1387,17 +1387,16 @@ test = ["pandas[test]", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailu [[package]] name = "datafusion" -version = "36.0.0" +version = "37.1.0" description = "Build and run queries against data" optional = true python-versions = ">=3.6" files = [ - {file = "datafusion-36.0.0-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:694a27b044b28466ba3d42ad4db78345ce607583c0f9b749b0209aeca2d693c7"}, - {file = "datafusion-36.0.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:af96c868910d3e233d3eb30012dd2b5b151d1b97b115826849194e1ab3be4a45"}, - {file = "datafusion-36.0.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:705d3c90ff11e41ab2d433a3674df21576bb124b65562a4d461341fd8ad8ae33"}, - {file = "datafusion-36.0.0-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0db480faeda7b25f61f93a038d8f1eee904c185331dc87eb360aa7174fb8370f"}, - {file = "datafusion-36.0.0-cp38-abi3-win_amd64.whl", hash = "sha256:58f1c5198bc848b3f7347770ec21798f431ffe26e51349077a8bbd562780e433"}, - {file = "datafusion-36.0.0.tar.gz", hash = "sha256:28c8998d52df6b7356d51f7c511e2a0d6cb13a9af4109169e6b9b1266654f9cb"}, + {file = "datafusion-37.1.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:6304e0e24631798ce25e642e6da1f1b0518e0fa2fe85ef67b1de7c157154706c"}, + {file = "datafusion-37.1.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8888f94e27bdd2b7dbe0941b1c0b9fe6a518d6da361dc7a269544633e614be91"}, + {file = "datafusion-37.1.0-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:8cac79595d1d0201ac5c5bedbe4afe003ed8c91f584432b7bebfa232951a0c00"}, + {file = "datafusion-37.1.0-cp38-abi3-win_amd64.whl", hash = "sha256:033ad0ffd4f0ff7671bbe7f8d1118f7c5bc95b0ee4855ab59c5824807b824c1a"}, + {file = "datafusion-37.1.0.tar.gz", hash = "sha256:2fcdfbfe5cc9b6f68c5fc78c16178ac0812fa9e0a8c3fc55e9de289ef9822c22"}, ] [package.dependencies] @@ -8081,4 +8080,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fd1a1683a36d1f401421341a082e247b5d930fba470f4fa8307e466f1a625821" +content-hash = "b7f88214c3dd8ce0ee1f531ca804ec39669f5369542820bca1429c66be096b83" diff --git a/pyproject.toml b/pyproject.toml index 2d975cbb4ae4..cb8d9f494768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dask = { version = ">=2022.9.1,<2024.3.0", optional = true, extras = [ "array", "dataframe", ] } -datafusion = { version = ">=0.6,<37", optional = true } +datafusion = { version = ">=0.6,<38", optional = true } db-dtypes = { version = ">=0.3,<2", optional = true } deltalake = { version = ">=0.9.0,<1", optional = true } duckdb = { version = ">=0.8.1,<1", optional = true } diff --git a/requirements-dev.txt b/requirements-dev.txt index 46e4cd876cac..676e72a6376a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -48,7 +48,7 @@ crashtest==0.4.1 ; python_version >= "3.9" and python_version < "4.0" cryptography==42.0.7 ; python_version >= "3.9" and python_version < "4.0" cycler==0.12.1 ; python_version >= "3.10" and python_version < "3.13" dask[array,dataframe]==2024.2.1 ; python_version >= "3.9" and python_version < "4.0" -datafusion==36.0.0 ; python_version >= "3.9" and python_version < "4.0" +datafusion==37.1.0 ; python_version >= "3.9" and python_version < "4.0" db-dtypes==1.2.0 ; python_version >= "3.9" and python_version < "4.0" debugpy==1.8.1 ; python_version >= "3.10" and python_version < "3.13" decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0"