diff --git a/cloud-computing/hm-ray/applications/calculate/pyproject.toml b/cloud-computing/hm-ray/applications/calculate/pyproject.toml index f4968e9ddb..51f4eb4b90 100644 --- a/cloud-computing/hm-ray/applications/calculate/pyproject.toml +++ b/cloud-computing/hm-ray/applications/calculate/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.9.x" -ray = {version = "2.35.0", extras = ["default"]} +ray = {version = "2.37.0", extras = ["default"]} [tool.poetry.group.dev.dependencies] poethepoet = "0.29.0"