From 00c00f96625a04777a5619c942113498ef0cbe9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:33:13 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... 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 65255f9..ad29642 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ requests==2.32.3 python-dateutil==2.9.0.post0 scikit-learn==1.5.2 scipy==1.14.1 -tqdm==4.66.5 +tqdm==4.67.1 urllib3==2.2.3 joblib==1.4.2 diff --git a/setup.py b/setup.py index ffac209..819f6db 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ __requirement__ = [ 'numpy==2.1.2', 'pandas==2.2.3', - 'tqdm==4.66.5', + 'tqdm==4.67.1', 'python-dateutil==2.9.0.post0', 'scikit-learn == 1.5.2', 'requests==2.32.3',