From d74d71082d520b10d641473d939c09916f3ae93b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 19:39:10 +0000 Subject: [PATCH] :arrow_up: Bump dask from 2.26.0 to 2.30.0 Bumps [dask](https://github.com/dask/dask) from 2.26.0 to 2.30.0. - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/master/docs/release-procedure.md) - [Commits](https://github.com/dask/dask/compare/2.26.0...2.30.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d64c6f3..cadcab6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -343,7 +343,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "dask" -version = "2.26.0" +version = "2.30.0" description = "Parallel PyData with Task Scheduling" category = "main" optional = false @@ -2091,7 +2091,7 @@ cuda = ["cupy-cuda102", "dask-cuda"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "02348a2e1c106934d092714be875c039ee7c5ade3da8dcf9e07501e068ee80ad" +content-hash = "2f1453fb627da78eb8114d633c835ffac8de18a0c824a0e19cff5edb90c50774" [metadata.files] aiohttp = [ @@ -2314,8 +2314,8 @@ cython = [ {file = "Cython-0.29.21.tar.gz", hash = "sha256:e57acb89bd55943c8d8bf813763d20b9099cc7165c0f16b707631a7654be9cad"}, ] dask = [ - {file = "dask-2.26.0-py3-none-any.whl", hash = "sha256:09e2e3423df23acf59e54202351895a9bf3e18210e343b6247b33034207b0a3a"}, - {file = "dask-2.26.0.tar.gz", hash = "sha256:44c5c358bf9037dcff1b8332379738b7766b2d93652fca850a10b6e8a05497f7"}, + {file = "dask-2.30.0-py3-none-any.whl", hash = "sha256:4c215aa55951f570b5a294b2ce964ed801c6efd766231c53447460e60f73ea14"}, + {file = "dask-2.30.0.tar.gz", hash = "sha256:a1669022e25de99b227c3d83da4801f032415962dac431099bf0534648e41a54"}, ] dask-cuda = [ {file = "dask-cuda-0.15.0.tar.gz", hash = "sha256:fcde857744207c6d7cc824c658d8afa1a1ebcd33aef46099dd5f41d2283565ff"}, diff --git a/pyproject.toml b/pyproject.toml index e45d6d7..2956595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "LGPL-3.0-or-later" cartopy = "^0.18.0" cupy-cuda102 = {version = "^7.7.0", optional = true} cython = "^0.29.21" -dask = "^2.26.0" +dask = "^2.30.0" dask-cuda = {version = "^0.15.0", optional = true} dask_labextension = "^3.0.0" datashader = "^0.11.1"