From 48ce7f468ef7ae91477f89daaebf1742fb4e1225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 10:40:13 +0000 Subject: [PATCH] Bump ray from 2.8.1 to 2.43.0 Bumps [ray](https://github.com/ray-project/ray) from 2.8.1 to 2.43.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.8.1...ray-2.43.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0461b8..1e06a0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,5 +33,5 @@ joblib==1.3.2 # For saving and loading models # Additional advanced dependencies transformers==4.36.2 # For NLP models langchain==0.1.0 # For LLM applications -ray==2.8.1 # For distributed computing +ray==2.43.0 # For distributed computing dask==2023.12.1 # For parallel computing