From ddf9126bd91e9ac8afb716cbb31df04f8a7bfb1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:16:54 +0000 Subject: [PATCH] Bump tqdm from 4.10.0 to 4.11.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.10.0...v4.11.0) --- 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 12cd365..26d828b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ opendr>=0.76 numpy>=1.11.0 scipy>=1.0.0 scikit_image>=0.14.0 -tqdm==4.10.0 +tqdm==4.11.0 chumpy>=0.67.0 scikit_learn>=0.20.0 gco-wrapper