From 681b8f03c55170c20168c15eebb28a3e9c0e14c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:04:28 +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.11.0) --- updated-dependencies: - dependency-name: distributed dependency-version: 2025.11.0 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 041f973c2b..491aa07861 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -2,6 +2,6 @@ matplotlib<3.10.8 pillow>11,<12.0.1 pyrevolve==2.2.6 scipy<1.15.4 -distributed<2025.10.1 +distributed<2025.11.1 click<9.0 cloudpickle<3.1.3 \ No newline at end of file