From b983008a3eca65c2073747f96b5d2c4831f351eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:59:05 +0000 Subject: [PATCH] Bump dask from 2023.3.2 to 2023.10.0 Bumps [dask](https://github.com/dask/dask) from 2023.3.2 to 2023.10.0. - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/2023.3.2...2023.10.0) --- updated-dependencies: - dependency-name: dask dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 64 +++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 39 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6d325c10..c34ab9c56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -955,32 +955,32 @@ files = [ [[package]] name = "dask" -version = "2023.3.2" +version = "2023.10.0" description = "Parallel PyData with Task Scheduling" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "dask-2023.3.2-py3-none-any.whl", hash = "sha256:5e64763d62feb18afd3ad66f364e0b4f456f7ac92e894fcc87950af75029ecdf"}, - {file = "dask-2023.3.2.tar.gz", hash = "sha256:51009e92ba9a280bd417633d1ae84f3ed23a8940f0a19594a4b7797ef226fff4"}, + {file = "dask-2023.10.0-py3-none-any.whl", hash = "sha256:cb133919ff6f1fc021efe1eef24df0e4acecf33a7708e7b04d2dea6b45e166bb"}, + {file = "dask-2023.10.0.tar.gz", hash = "sha256:3fdfdbdb5f9f3a556487bf37142e5a730dab2f2c8eca0b6c79d11199c30220e3"}, ] [package.dependencies] -click = ">=7.0" -cloudpickle = ">=1.1.1" -fsspec = ">=0.6.0" +click = ">=8.0" +cloudpickle = ">=1.5.0" +fsspec = ">=2021.09.0" importlib-metadata = ">=4.13.0" packaging = ">=20.0" partd = ">=1.2.0" pyyaml = ">=5.3.1" -toolz = ">=0.8.2" +toolz = ">=0.10.0" [package.extras] array = ["numpy (>=1.21)"] -complete = ["bokeh (>=2.4.2,<3)", "distributed (==2023.3.2)", "jinja2 (>=2.10.3)", "lz4 (>=4.3.2)", "numpy (>=1.21)", "pandas (>=1.3)", "pyarrow (>=7.0)"] -dataframe = ["numpy (>=1.21)", "pandas (>=1.3)"] -diagnostics = ["bokeh (>=2.4.2,<3)", "jinja2 (>=2.10.3)"] -distributed = ["distributed (==2023.3.2)"] -test = ["pandas[test]", "pre-commit", "pytest", "pytest-rerunfailures", "pytest-xdist"] +complete = ["dask[array,dataframe,diagnostics,distributed]", "lz4 (>=4.3.2)", "pyarrow (>=7.0)"] +dataframe = ["dask[array]", "pandas (>=1.3)"] +diagnostics = ["bokeh (>=2.4.2)", "jinja2 (>=2.10.3)"] +distributed = ["distributed (==2023.10.0)"] +test = ["pandas[test]", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-timeout", "pytest-xdist"] [[package]] name = "debugpy" @@ -1043,31 +1043,31 @@ files = [ [[package]] name = "distributed" -version = "2023.3.2" +version = "2023.10.0" description = "Distributed scheduler for Dask" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "distributed-2023.3.2-py3-none-any.whl", hash = "sha256:43b74f08ea4ea0696ae8d2f1ea53adcda998a2a159bd34dffd42e4e678ff5f8a"}, - {file = "distributed-2023.3.2.tar.gz", hash = "sha256:3f0b4ce73289583a27376672f67895e041c71d9a6e901b4f4cc4a95dd81ec349"}, + {file = "distributed-2023.10.0-py3-none-any.whl", hash = "sha256:a9286a3623294670dceab4945b9cd610f7809e1e2578eb4e0f63b0a9901fc9fc"}, + {file = "distributed-2023.10.0.tar.gz", hash = "sha256:88bccdeb2c74fb76a6e6963c995d2eeab7493e5ee15761a923fc26af104febbc"}, ] [package.dependencies] click = ">=8.0" cloudpickle = ">=1.5.0" -dask = "2023.3.2" +dask = "2023.10.0" jinja2 = ">=2.10.3" locket = ">=1.0.0" msgpack = ">=1.0.0" packaging = ">=20.0" -psutil = ">=5.7.0" +psutil = ">=5.7.2" pyyaml = ">=5.3.1" sortedcontainers = ">=2.0.5" tblib = ">=1.6.0" toolz = ">=0.10.0" -tornado = ">=6.0.3" +tornado = ">=6.0.4" urllib3 = ">=1.24.3" -zict = ">=2.1.0" +zict = ">=3.0.0" [[package]] name = "duckdb" @@ -1868,17 +1868,6 @@ files = [ [package.dependencies] numpy = ">=1.14.5" -[[package]] -name = "heapdict" -version = "1.0.1" -description = "a heap with decrease-key and increase-key operations" -optional = false -python-versions = "*" -files = [ - {file = "HeapDict-1.0.1-py3-none-any.whl", hash = "sha256:6065f90933ab1bb7e50db403b90cab653c853690c5992e69294c2de2b253fc92"}, - {file = "HeapDict-1.0.1.tar.gz", hash = "sha256:8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6"}, -] - [[package]] name = "httptools" version = "0.5.0" @@ -6069,18 +6058,15 @@ multidict = ">=4.0" [[package]] name = "zict" -version = "2.2.0" +version = "3.0.0" description = "Mutable mapping tools" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "zict-2.2.0-py2.py3-none-any.whl", hash = "sha256:dabcc8c8b6833aa3b6602daad50f03da068322c1a90999ff78aed9eecc8fa92c"}, - {file = "zict-2.2.0.tar.gz", hash = "sha256:d7366c2e2293314112dcf2432108428a67b927b00005619feefc310d12d833f3"}, + {file = "zict-3.0.0-py2.py3-none-any.whl", hash = "sha256:5796e36bd0e0cc8cf0fbc1ace6a68912611c1dbd74750a3f3026b9b9d6a327ae"}, + {file = "zict-3.0.0.tar.gz", hash = "sha256:e321e263b6a97aafc0790c3cfb3c04656b7066e6738c37fffcca95d803c9fba5"}, ] -[package.dependencies] -heapdict = "*" - [[package]] name = "zipp" version = "3.11.0"