From 6ea32246fba591eab19035165b622ed46dc01726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:10:21 +0000 Subject: [PATCH] Bump ray from 2.50.1 to 2.56.0 Bumps [ray](https://github.com/ray-project/ray) from 2.50.1 to 2.56.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.50.1...ray-2.56.0) --- updated-dependencies: - dependency-name: ray dependency-version: 2.56.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4eaf6ea..0acccfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "ase==3.26", "numpy>=1.25", - "ray==2.50.1", + "ray==2.56.0", "setuptools<81", ]