From 6631fccecfb3662ef0569c370ad32f519e603a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 08:56:41 +0000 Subject: [PATCH] [RLlib](deps): Bump starlette in /python/requirements/rllib Bumps [starlette](https://github.com/encode/starlette) from 0.14.2 to 0.25.0. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.14.2...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/rllib/requirements_rllib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/rllib/requirements_rllib.txt b/python/requirements/rllib/requirements_rllib.txt index a22521308a29..261b00e76ffc 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -37,4 +37,4 @@ pyglet==1.5.0 # For JSON reader/writer. smart_open==5.0.0 # Ray Serve example -starlette==0.14.2 +starlette==0.25.0