From 25f723a69c074122d4b5f9c58a1c011b7df0386c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2020 20:18:53 +0000 Subject: [PATCH] :arrow_up: Bump distributed from 2.19.0 to 2.22.0 Bumps [distributed](https://github.com/dask/distributed) from 2.19.0 to 2.22.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.19.0...2.22.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4022776..46ebb2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -236,7 +236,7 @@ description = "Extended pickling support for Python objects" name = "cloudpickle" optional = false python-versions = ">=3.5" -version = "1.4.1" +version = "1.5.0" [[package]] category = "main" @@ -391,11 +391,11 @@ description = "Distributed scheduler for Dask" name = "distributed" optional = false python-versions = ">=3.6" -version = "2.19.0" +version = "2.22.0" [package.dependencies] click = ">=6.6" -cloudpickle = ">=1.3.0" +cloudpickle = ">=1.5.0" dask = ">=2.9.0" msgpack = ">=0.6.0" psutil = ">=5.0" @@ -1868,7 +1868,7 @@ version = "2.0.0" heapdict = "*" [metadata] -content-hash = "454dfc66dc0b1c63aa53e9ce521741913e649ffba4060f79ac56c8850b96cf29" +content-hash = "664db5bfe48cc7184aaf8840f7cd013a9c5bfeb75912fa5821b3f7b506c03305" python-versions = "^3.8" [metadata.files] @@ -1972,8 +1972,8 @@ cligj = [ {file = "cligj-0.5.0.tar.gz", hash = "sha256:6c7d52d529a78712491974f975c33473f430c0f7beb18c0d7a402a743dcb460a"}, ] cloudpickle = [ - {file = "cloudpickle-1.4.1-py3-none-any.whl", hash = "sha256:ff31298eca781315e097bc1f222d8045208c14063a0102cc89bd5899adb4abef"}, - {file = "cloudpickle-1.4.1.tar.gz", hash = "sha256:0b6258a20a143603d53b037a20983016d4e978f554ec4f36b3d0895b947099ae"}, + {file = "cloudpickle-1.5.0-py3-none-any.whl", hash = "sha256:994d503de22399a8a09091b091e3850509144ede72977ac475f323096eb72936"}, + {file = "cloudpickle-1.5.0.tar.gz", hash = "sha256:820c9245cebdec7257211cbe88745101d5d6a042bca11336d78ebd4897ddbc82"}, ] colorama = [ {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, @@ -2045,8 +2045,8 @@ defusedxml = [ {file = "defusedxml-0.6.0.tar.gz", hash = "sha256:f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5"}, ] distributed = [ - {file = "distributed-2.19.0-py3-none-any.whl", hash = "sha256:ad8e939b48df8c786273dcd57c8a76c491f0d3c492b8a8eda1904a136162f837"}, - {file = "distributed-2.19.0.tar.gz", hash = "sha256:296fc05cd786b027dd895bc1aabc3b11c7e72a7cc23588356c3d4785c180c7fe"}, + {file = "distributed-2.22.0-py3-none-any.whl", hash = "sha256:7ef2a90affb49879d779272ca39796d4fe53ef6fbbc99b5e6f51acc20a3bde9b"}, + {file = "distributed-2.22.0.tar.gz", hash = "sha256:4ebd68f9c15bff19e8b2a2b16ef8fd6640f5fcc3fcf65c14fbe88501d2637530"}, ] docopt = [ {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"}, diff --git a/pyproject.toml b/pyproject.toml index c1c8229..d8e7bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ cython = "^0.29.21" dask = "^2.21.0" dask_labextension = "^2.0.2" datashader = "^0.11.0" -distributed = "^2.19.0" +distributed = "^2.22.0" geopandas = "^0.8.1" geoviews = "^1.8.1" h5netcdf = "^0.8.1"