From 19e6c85e2242fb6ddc7c877dd2ca919f2da989c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:20:30 +0000 Subject: [PATCH] Bump tqdm from 4.66.6 to 4.67.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.6 to 4.67.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.6...v4.67.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5953eb7..fc506fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ requests==2.32.3 # via -r requirements.in text-unidecode==1.3 # via python-slugify -tqdm==4.66.6 +tqdm==4.67.0 # via -r requirements.in typing-extensions==4.12.1 # via