From d0db2891d2558c1606561099687fc9ef0de4f31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Sep 2021 07:05:40 +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.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: smart-open 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..f716a74671fb 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.2.1 # Ray Serve example starlette==0.14.2