From 6255dbdefb97a5a10b4f7753f19c08bbf0489bff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 20:30:41 +0000 Subject: [PATCH] :arrow_up: Bump distributed from 2.16.0 to 2.17.0 Bumps [distributed](https://github.com/dask/distributed) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/dask/distributed/releases) - [Changelog](https://github.com/dask/distributed/blob/master/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/2.16.0...2.17.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index be9d1db..3015100 100644 --- a/poetry.lock +++ b/poetry.lock @@ -378,11 +378,11 @@ description = "Distributed scheduler for Dask" name = "distributed" optional = false python-versions = ">=3.6" -version = "2.16.0" +version = "2.17.0" [package.dependencies] click = ">=6.6" -cloudpickle = ">=0.2.2" +cloudpickle = ">=1.3.0" dask = ">=2.9.0" msgpack = ">=0.6.0" psutil = ">=5.0" @@ -1775,7 +1775,7 @@ version = "2.0.0" heapdict = "*" [metadata] -content-hash = "1dddd5934f3a4a3beeeccb8935051af791fb2a6bb8bfa70b6b9c94a6227798d9" +content-hash = "344fd8002fda1f878405dd1391d9b8c3e5b57114fc13e996386adef2a942ea91" python-versions = "^3.8" [metadata.files] @@ -1948,8 +1948,8 @@ defusedxml = [ {file = "defusedxml-0.6.0.tar.gz", hash = "sha256:f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5"}, ] distributed = [ - {file = "distributed-2.16.0-py3-none-any.whl", hash = "sha256:bb4f527173256b0b48c8849a506ccc745953d23be285cb51cd6d26264235f7e1"}, - {file = "distributed-2.16.0.tar.gz", hash = "sha256:28eb0faea4783f424956b073afa2677b9a13a0cc83ffcc1b1d424fabd98f17e9"}, + {file = "distributed-2.17.0-py3-none-any.whl", hash = "sha256:cf70e7f8f6221ae508379d23218096381fea906a0082485d2355ef72c0c2b146"}, + {file = "distributed-2.17.0.tar.gz", hash = "sha256:8b6f8a28eb32ad93f33bd34141fcaf2e437ef5bda900347e8384b332c7f233a3"}, ] docopt = [ {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"}, diff --git a/pyproject.toml b/pyproject.toml index 0be411b..fb91d41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ cartopy = "^0.18.0" cython = "^0.29.18" dask_labextension = "^2.0.2" datashader = "^0.11.0" -distributed = "^2.16.0" +distributed = "^2.17.0" geopandas = "^0.7.0" geoviews = "^1.8.1" h5netcdf = "^0.8.0"