From b714d8cf233635df36fe9a357f022de186b406a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:44:07 +0000 Subject: [PATCH] Bump tqdm from 4.30.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.30.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.30.0...v4.66.3) --- 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 e40d4a822..2f96e04a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ sphinx_py3doc_enhanced_theme sphinx_rtd_theme sphinxcontrib-napoleon tables -tqdm==4.30.0 +tqdm==4.66.3 xlrd>=0.7