diff --git a/poetry.lock b/poetry.lock index 4bcc661..b306a7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -389,13 +389,13 @@ toml = ["tomli"] [[package]] name = "dask" -version = "2023.10.0" +version = "2023.10.1" description = "Parallel PyData with Task Scheduling" optional = false python-versions = ">=3.9" files = [ - {file = "dask-2023.10.0-py3-none-any.whl", hash = "sha256:cb133919ff6f1fc021efe1eef24df0e4acecf33a7708e7b04d2dea6b45e166bb"}, - {file = "dask-2023.10.0.tar.gz", hash = "sha256:3fdfdbdb5f9f3a556487bf37142e5a730dab2f2c8eca0b6c79d11199c30220e3"}, + {file = "dask-2023.10.1-py3-none-any.whl", hash = "sha256:1fb0ee4d79e3c7c8f2e7c9f2680fd0ef0668801a10eaa290b970982b26a714da"}, + {file = "dask-2023.10.1.tar.gz", hash = "sha256:da3ef0526992845408df491fcd0b3a49c7207aa908a1675cea12ab2ea10c7940"}, ] [package.dependencies] @@ -413,7 +413,7 @@ array = ["numpy (>=1.21)"] 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)"] +distributed = ["distributed (==2023.10.1)"] test = ["pandas[test]", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-timeout", "pytest-xdist"] [[package]] @@ -1254,4 +1254,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a471c7db74fd63365bcfd3cd10aee5a06f258fdabcc1c0b5eba27679930c471e" +content-hash = "ddc5152441a76d77232416c3125f8e9b02e9b727f7a84a246f268f3bef6c6ced" diff --git a/pyproject.toml b/pyproject.toml index a06d8b0..46fc7d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ python = "^3.10" netcdf4 = "^1.6.5" xarray = "^2023.10.1" -dask = "^2023.10.0" +dask = "^2023.10.1" harmony-service-lib = "^1.0.23" [tool.poetry.group.dev.dependencies]