From e6f50dd5a4fe60cb8451c9d0ed61bd5e722539f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:06:13 +0000 Subject: [PATCH] [RLlib](deps): Bump starlette in /python/requirements/rllib Bumps [starlette](https://github.com/encode/starlette) from 0.14.2 to 0.21.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.21.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..6ed2a65ba84f 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.21.0