From 4b2241562d54d985b52802ace415330be0edabb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:40:16 +0000 Subject: [PATCH] Bump ray in /mindsdb/integrations/handlers/ludwig_handler Bumps [ray](https://github.com/ray-project/ray) from 2.43.0 to 2.52.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.43.0...ray-2.52.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mindsdb/integrations/handlers/ludwig_handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindsdb/integrations/handlers/ludwig_handler/requirements.txt b/mindsdb/integrations/handlers/ludwig_handler/requirements.txt index a0f37715f14..81e02314049 100644 --- a/mindsdb/integrations/handlers/ludwig_handler/requirements.txt +++ b/mindsdb/integrations/handlers/ludwig_handler/requirements.txt @@ -1,3 +1,3 @@ ludwig[distributed]>=0.5.2 -ray==2.43.0 +ray==2.52.0 dask