From f83da052c7a9acc296fcc2e084736de29cba334c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:01:27 +0000 Subject: [PATCH] Bump smart-open from 5.0.0 to 6.1.0 Bumps [smart-open](https://github.com/piskvorky/smart_open) from 5.0.0 to 6.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...v6.1.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..582adc8 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.1.0 \ No newline at end of file