From 55d95003406df8468564beda798de84764c51213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 03:04:06 +0000 Subject: [PATCH] pip prod(deps): update distributed requirement Updates the requirements on [distributed](https://github.com/dask/distributed) to permit the latest version. - [Release notes](https://github.com/dask/distributed/releases) - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](https://github.com/dask/distributed/compare/1.1.0...2025.5.1) --- updated-dependencies: - dependency-name: distributed dependency-version: 2025.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index be5e2d0b3d..6086366cc0 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -2,5 +2,5 @@ matplotlib<3.10.4 pillow>11,<11.2.2 pyrevolve==2.2.4 scipy<1.15.4 -distributed<2025.4.2 +distributed<2025.5.2 click<9.0 \ No newline at end of file