From ad54c7114a7aa25bac1dec5c440750143aa04174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:03:35 +0000 Subject: [PATCH] Bump smart-open from 5.2.1 to 6.3.0 Bumps [smart-open](https://github.com/piskvorky/smart_open) from 5.2.1 to 6.3.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.2.1...v6.3.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 9ed2a41..8bf9d08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ six==1.16.0 # via python-dateutil sklearn==0.0 # via dadpy (setup.py) -smart-open==5.2.1 +smart-open==6.3.0 # via gensim threadpoolctl==3.1.0 # via scikit-learn