From 5ac8ff92e897d29d1f9b834da521718a6b476edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:05:44 +0000 Subject: [PATCH] build(deps): bump dask from 2023.12.1 to 2024.1.0 (#241) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ebbbf06..77f45cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -313,13 +313,13 @@ files = [ [[package]] name = "dask" -version = "2023.12.1" +version = "2024.1.0" description = "Parallel PyData with Task Scheduling" optional = false python-versions = ">=3.9" files = [ - {file = "dask-2023.12.1-py3-none-any.whl", hash = "sha256:55f316f32da9e68fe995e2c0dc460cb8888cd4a1af32096753788e8af45a8d10"}, - {file = "dask-2023.12.1.tar.gz", hash = "sha256:0ac3acd5bdbfacb5ad6401ac7663a1135955b3fa051a118e1b8a88e87b6b44a2"}, + {file = "dask-2024.1.0-py3-none-any.whl", hash = "sha256:717102ef7c309297291095a0061d374f3b72e11ce4e1115ab9faff940e274b4b"}, + {file = "dask-2024.1.0.tar.gz", hash = "sha256:f24fdc7a07e59a1403bf6903e6d8dc15ed6f8607d3311b4f00f88d8a2ac63e49"}, ] [package.dependencies] @@ -337,7 +337,7 @@ array = ["numpy (>=1.21)"] complete = ["dask[array,dataframe,diagnostics,distributed]", "lz4 (>=4.3.2)", "pyarrow (>=7.0)", "pyarrow-hotfix"] dataframe = ["dask[array]", "pandas (>=1.3)"] diagnostics = ["bokeh (>=2.4.2)", "jinja2 (>=2.10.3)"] -distributed = ["distributed (==2023.12.1)"] +distributed = ["distributed (==2024.1.0)"] test = ["pandas[test]", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-timeout", "pytest-xdist"] [[package]] @@ -1730,4 +1730,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "98a1929d84f6b37b4d500c503a463a86fd6bcf715b5a4d23cf68d6664e78d76b" +content-hash = "fd7547886832217e1de30a2a16332589907d7c1e736c86bf721a144383ae9033" diff --git a/pyproject.toml b/pyproject.toml index e1e8e3b..7270c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ cftime = "^1.5.0" netCDF4 = "^1.5.8" superposed-pulses = "^1.3" wget = "^3.2" -dask = ">=2022.3,<2024.0" +dask = ">=2022.3,<2025.0" cosmoplots = ">=0.1.5,<0.3.0" importlib-metadata = ">=5,<8" xarray = "^2023.12.0"