From 3b9f9b1de9ae411c0604df5c3b2cfee4ac9cef04 Mon Sep 17 00:00:00 2001 From: Alexey Roytman Date: Tue, 24 Sep 2024 19:41:19 +0300 Subject: [PATCH] update required ray version Signed-off-by: Alexey Roytman --- data-processing-lib/ray/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-processing-lib/ray/pyproject.toml b/data-processing-lib/ray/pyproject.toml index 8fad2e9de3..9485661504 100644 --- a/data-processing-lib/ray/pyproject.toml +++ b/data-processing-lib/ray/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] dependencies = [ "data-prep-toolkit==0.2.1.dev0", - "ray[default]==2.24.0", + "ray[default]==2.36.1", # These two are to fix security issues identified by quay.io "fastapi>=0.110.2", "pillow>=10.3.0",