From fda12f2bace6ac7297a61c67ec20c10e0ecb93d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:14:32 +0000 Subject: [PATCH] Bump dask from 2024.2.0 to 2024.2.1 Bumps [dask](https://github.com/dask/dask) from 2024.2.0 to 2024.2.1. - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/2024.2.0...2024.2.1) --- updated-dependencies: - dependency-name: dask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 42c1e7e..a546a48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,13 +396,13 @@ toml = ["tomli"] [[package]] name = "dask" -version = "2024.2.0" +version = "2024.2.1" description = "Parallel PyData with Task Scheduling" optional = false python-versions = ">=3.9" files = [ - {file = "dask-2024.2.0-py3-none-any.whl", hash = "sha256:439efe5479a102d4d2712d69a52458e6c1e78b96c7020976399ce249097caf48"}, - {file = "dask-2024.2.0.tar.gz", hash = "sha256:7ab6e8a2c1e256a4c930f2996c652f057239dee49e1c5c4742f351efe6deecd1"}, + {file = "dask-2024.2.1-py3-none-any.whl", hash = "sha256:a13fcdeead3bab3576495023f83097adcffe2f03c371c241b5a1f0b232b35b38"}, + {file = "dask-2024.2.1.tar.gz", hash = "sha256:9504a1e9f5d8e5403fae931f9f1660d41f510f48895ccefce856ec6a4c2198d8"}, ] [package.dependencies] @@ -420,7 +420,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 (==2024.2.0)"] +distributed = ["distributed (==2024.2.1)"] test = ["pandas[test]", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-timeout", "pytest-xdist"] [[package]] @@ -1203,4 +1203,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c9e71c4f06b2082c908bb7d08d261d31e2dddf46abbc10be0080d2d008f163ce" +content-hash = "9420447a8a4c3f582f5dd263c44eb7767f620e931fda8ce0eada3901797528ad" diff --git a/pyproject.toml b/pyproject.toml index 5c0d2f6..5c9b336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ python = "^3.10" netcdf4 = "^1.6.5" xarray = "^2024.2.0" -dask = "^2024.2.0" +dask = "^2024.2.1" harmony-service-lib = "^1.0.25" [tool.poetry.group.dev.dependencies]