From 8dd32c6f4e0927a0500a0be2e5b2ccbb5df5e33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:36:28 -0700 Subject: [PATCH] Bump ray[default] from 2.34.0 to 2.35.0 (#714) Bumps [ray[default]](https://github.com/ray-project/ray) from 2.34.0 to 2.35.0. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.34.0...ray-2.35.0) --- updated-dependencies: - dependency-name: ray[default] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f936e5afe..c94ec5a6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "matplotlib>=3.7.0", "tblib>=1.7.0,<4.0.0", "dataclasses-json~=0.6.4", - "ray[default]==2.34.0", + "ray[default]==2.35.0", "pydantic<3", "rich~=13.0", "filelock~=3.13",