From 6329fdf206348d0c96aa09d776a1ae066c40a5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:10:40 +0000 Subject: [PATCH] pip: update tqdm requirement Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.15.0...v4.65.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd7b0e56..7617a43f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,6 @@ pyenchant >= 3.2.2 scipy >= 1.5.4, < 1.10.1 scikit-learn >= 1.0.2 tabulate >= 0.8.7, < 0.8.999 -tqdm >= 4.15.0, < 4.15.9999 +tqdm >= 4.15.0, < 4.65.1 yamlconf >= 0.2.4, < 0.2.999 flashtext==2.7