From 4dcafa68dcaaf4ec92b5e87d50b0c6a4119d218b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 20:01:29 +0000 Subject: [PATCH] Bump smart-open from 5.0.0 to 6.2.0 Bumps [smart-open](https://github.com/piskvorky/smart_open) from 5.0.0 to 6.2.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...v6.2.0) --- updated-dependencies: - dependency-name: smart-open dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a114980..b9bb8c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ python-dateutil==2.8.1 pytz==2021.1 scipy==1.6.2 six==1.15.0 -smart-open==5.0.0 \ No newline at end of file +smart-open==6.2.0 \ No newline at end of file