From 964061b2ce7ebb76941fed45106ca7dcbae0b9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 06:49:18 +0000 Subject: [PATCH] [RLlib](deps): Bump smart-open in /python/requirements/rllib Bumps [smart-open](https://github.com/piskvorky/smart_open) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/piskvorky/smart_open/releases) - [Changelog](https://github.com/RaRe-Technologies/smart_open/blob/develop/CHANGELOG.md) - [Commits](https://github.com/piskvorky/smart_open/compare/v5.0.0...v5.1.0) 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 f74424b047f2..a790a89e9646 100644 --- a/python/requirements/rllib/requirements_rllib.txt +++ b/python/requirements/rllib/requirements_rllib.txt @@ -35,6 +35,6 @@ higher==0.2.1 # For auto-generating an env-rendering Window. pyglet==1.5.0 # For JSON reader/writer. -smart_open==5.0.0 +smart_open==5.1.0 # Ray Serve example starlette==0.14.2