From 6950229b2b8061f6d038f7527803ad71e81b5b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 07:25:30 -0400 Subject: [PATCH] Bump polars from 0.16.17 to 0.17.7 (#227) Bumps [polars](https://github.com/pola-rs/polars) from 0.16.17 to 0.17.7. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-0.16.17...py-0.17.7) --- updated-dependencies: - dependency-name: polars dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2962ca5b..659139a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4084,18 +4084,18 @@ ssh = ["paramiko"] [[package]] name = "polars" -version = "0.16.17" +version = "0.17.7" description = "Blazingly fast DataFrame library" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "polars-0.16.17-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:25df399b8e097434cd7cc34c349095de27c4bcd312ccdd9d153339214f3941cb"}, - {file = "polars-0.16.17-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:e2442df4eb58038ff72885f1f2115fd0ab98ce8560863947b8ea5dff6950b527"}, - {file = "polars-0.16.17-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:16ea112c78c35ed7227b8d0269f632eb713e02e418f501ba6cf2b92bb4a2b501"}, - {file = "polars-0.16.17-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b0bacff0aba383caf3520f59557a04f093dd4c67678a6d0d2589050e2818834"}, - {file = "polars-0.16.17-cp37-abi3-win_amd64.whl", hash = "sha256:dc361e0bed0adc14864827fdaa2e0b306b577fbc23afee481b4518858818c4cb"}, - {file = "polars-0.16.17.tar.gz", hash = "sha256:6741bd9bdc4c28b629160c008426bc4053e1f60e60067f347e276bc1cf42dec3"}, + {file = "polars-0.17.7-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:54b2f94b0d61a3a3037db55f1ab6ff5b0f5c18ca401d79a21c9d1528984829e8"}, + {file = "polars-0.17.7-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:e4206831096c000f3aa287138e09426f160704a02f0bd458fd23a1678b6c1857"}, + {file = "polars-0.17.7-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d05f75b132523dc6391c8086e2c1825b3552952d6cd2bdfa42b5110e37ab53d9"}, + {file = "polars-0.17.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b100a7258ec1c9f6437cd716b522d3a998be6f241a8b048f07f9bcc815ccd214"}, + {file = "polars-0.17.7-cp37-abi3-win_amd64.whl", hash = "sha256:fa1f797f8c638c8f5745e37b78e4227ab155dea3522dd81418553880cdd9ae04"}, + {file = "polars-0.17.7.tar.gz", hash = "sha256:a0631cab3e769deb344c4545834811cef0640be1e3a410e114224b50ed873eda"}, ] [package.dependencies] @@ -4108,8 +4108,8 @@ deltalake = ["deltalake (>=0.8.0)"] fsspec = ["fsspec"] matplotlib = ["matplotlib"] numpy = ["numpy (>=1.16.0)"] -pandas = ["pandas", "pyarrow (>=4.0.0)"] -pyarrow = ["pyarrow (>=4.0.0)"] +pandas = ["pandas", "pyarrow (>=7.0.0)"] +pyarrow = ["pyarrow (>=7.0.0)"] sqlalchemy = ["pandas", "sqlalchemy"] timezone = ["backports.zoneinfo", "tzdata"] xlsx2csv = ["xlsx2csv (>=0.8.0)"] @@ -6361,4 +6361,4 @@ docs = ["mkdocs", "mkdocs-material", "mkdocs-jupyter", "mkdocstrings", "mkdocstr [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2e250a6b4125d40166628a66cf499bb9b431f04bd32db1c7b18c46dbdaa5c510" +content-hash = "c679b429c3a6783e975f166c6a03fb225dfb7147d32b00b70e7a2c2f5d83064e" diff --git a/pyproject.toml b/pyproject.toml index 6777e469..4e296c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest-mock = "^3.10.0" # for datatype testing Faker = ">=15.3.4,<19.0.0" geopandas = "^0.12.2" -polars = "^0.16.12" +polars = ">=0.16.12,<0.18.0" modin = {extras = ["all"], version = "^0.19.0"} dask = "^2023.3.1" vaex = "^4.16.0"