From 5627a51805bdd254ca73fc73e670764c6e82d023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:50:09 +0000 Subject: [PATCH] Bump tqdm from 4.38.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.38.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.38.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 928e5c6..c416052 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytorch-transformers >= 1.1.0 tabulate >= 0.8.3 nltk >= 3.4.3 numpy >= 1.16.4 -tqdm == 4.38.0 +tqdm == 4.66.3 dill >= 0.2.9 hyperopt == 0.1.2 pandas == 0.24.2 diff --git a/setup.py b/setup.py index 7def580..34f03b6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytorch-transformers >= 1.1.0', 'nltk >= 3.4.3', 'numpy >= 1.16.4', - 'tqdm == 4.38.0', + 'tqdm == 4.66.3', 'dill >= 0.2.9', 'pandas == 0.24.2', 'networkx >= 2.3',