From 3eb3131165a67c47ca8c7ffd742657a9afc964f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jun 2022 07:06:14 +0000 Subject: [PATCH] [RLlib](deps): Bump starlette in /python/requirements/rllib Bumps [starlette](https://github.com/encode/starlette) from 0.14.2 to 0.20.3. - [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.20.3) --- 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..0c5440e1f5a3 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.20.3