From 4f662dff84118ade506ccc3f0b067fef174fbf09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:41:15 +0000 Subject: [PATCH] Bump tqdm from 4.26.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.26.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.26.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a671ec7..8abc02d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ argparse==1.4.0 numpy==1.14.5 mxnet-cu92==1.4.1 gluonnlp==0.6.0 -tqdm==4.26.0 +tqdm==4.66.3 gensim==3.6.0 \ No newline at end of file diff --git a/setup.py b/setup.py index a8f1c66..f600dad 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def setup_package(): 'argparse==1.4.0', 'numpy==1.14.5', 'gluonnlp==0.6.0', - 'tqdm==4.26.0', + 'tqdm==4.66.3', 'gensim==3.6.0', 'marisa_trie==0.7.5', ],