From dd6d25b26365bc8b5f5b3f012e3f250439bd4544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:44:25 +0000 Subject: [PATCH] Bump tqdm from 4.31.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.31.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.31.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd6f0ad..b68be1d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read_file(filename): 'hdbscan>=0.8.26', 'pandas', # Custom install with CSD Python API 'futures >=3.1.1', - 'tqdm==4.31.1', + 'tqdm==4.66.3', 'xmltodict==0.12.0'], package_data={ # If any package contains *.txt or *.rst files, include them: