diff --git a/poetry.lock b/poetry.lock index b10609a1..10194149 100644 --- a/poetry.lock +++ b/poetry.lock @@ -884,31 +884,32 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "dask" -version = "2022.12.1" +version = "2023.5.0" description = "Parallel PyData with Task Scheduling" optional = false python-versions = ">=3.8" files = [ - {file = "dask-2022.12.1-py3-none-any.whl", hash = "sha256:a833ee774bf702c08d22f31412358d12b007df36c6e8c107f32f17a4b20f1f68"}, - {file = "dask-2022.12.1.tar.gz", hash = "sha256:ef12c98a6681964494ddfee4ba8071ebc8895d3c4ea27f5c5160a14e29f01d92"}, + {file = "dask-2023.5.0-py3-none-any.whl", hash = "sha256:32b34986519b7ddc0947c8ca63c2fc81b964e4c208dfb5cbf9f4f8aec92d152b"}, + {file = "dask-2023.5.0.tar.gz", hash = "sha256:4f4c28ac406e81b8f21b5be4b31b21308808f3e0e7c7e2f4a914f16476d9941b"}, ] [package.dependencies] -click = ">=7.0" -cloudpickle = ">=1.1.1" -fsspec = ">=0.6.0" -numpy = {version = ">=1.18", optional = true, markers = "extra == \"array\""} +click = ">=8.0" +cloudpickle = ">=1.5.0" +fsspec = ">=2021.09.0" +importlib-metadata = ">=4.13.0" +numpy = {version = ">=1.21", optional = true, markers = "extra == \"array\""} packaging = ">=20.0" -partd = ">=0.3.10" +partd = ">=1.2.0" pyyaml = ">=5.3.1" -toolz = ">=0.8.2" +toolz = ">=0.10.0" [package.extras] -array = ["numpy (>=1.18)"] -complete = ["bokeh (>=2.4.2,<3)", "distributed (==2022.12.1)", "jinja2", "numpy (>=1.18)", "pandas (>=1.0)"] -dataframe = ["numpy (>=1.18)", "pandas (>=1.0)"] -diagnostics = ["bokeh (>=2.4.2,<3)", "jinja2"] -distributed = ["distributed (==2022.12.1)"] +array = ["numpy (>=1.21)"] +complete = ["dask[array,dataframe,diagnostics,distributed]", "lz4 (>=4.3.2)", "pyarrow (>=7.0)"] +dataframe = ["numpy (>=1.21)", "pandas (>=1.3)"] +diagnostics = ["bokeh (>=2.4.2)", "jinja2 (>=2.10.3)"] +distributed = ["distributed (==2023.5.0)"] test = ["pandas[test]", "pre-commit", "pytest", "pytest-rerunfailures", "pytest-xdist"] [[package]] @@ -5611,4 +5612,4 @@ notebook = ["ipykernel", "jupyter"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "0b7d42c3cd21ecb610f3dcc6b879656334652da52e13f4b464052c94d50b9d79" +content-hash = "ad4a1b8d80acee95d8743e2e1cfed9a72efc5adfb30e6344d0c1f6bc9940be3b" diff --git a/pyproject.toml b/pyproject.toml index e94540ab..8b59b1be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Muhammad Zain Sohail "] [tool.poetry.dependencies] python = ">=3.8,<3.11" bokeh = "^2.4.2" -dask = ">=2021.12.0, <2023.0.0" +dask = ">=2021.12.0,<2024.0.0" fastdtw = "^0.3.4" fastparquet = "^0.8.0" h5py = "^3.6.0"