From 2d9f83a4aeced412b1df53a57efd5d3c042b6e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 19:02:29 +0000 Subject: [PATCH] Bump distributed from 2023.4.0 to 2023.6.0 Bumps [distributed](https://github.com/dask/distributed) from 2023.4.0 to 2023.6.0. - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/2023.4.0...2023.6.0) --- updated-dependencies: - dependency-name: distributed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98b4208..c9e7a1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==8.1.3 pdal==3.2.3 dask==2023.4.0 -distributed==2023.4.0 +distributed==2023.6.0 twine==4.0.2 pandas==1.5.3 matplotlib==3.7.1 diff --git a/setup.cfg b/setup.cfg index b1cf4dd..0f8db3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ install_requires = click<=8.1.3 pdal<=3.2.2 dask<=2023.4.0 - distributed<=2023.4.0 + distributed<=2023.6.0 twine<=4.0.2 pandas<=1.5.3 pyproj<=3.5.0