From ac8c141fe96a165a5a8b6af5684340949b1af85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:59:27 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.66.4 to 4.66.5 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46fe81b74..45c3ba493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ six==1.16.0 sortedcontainers==2.4.0 tabulate==0.9.0 termcolor==2.4.0 -tqdm==4.66.4 +tqdm==4.66.5 viv-utils==0.7.11 vivisect==1.1.1 wcwidth==0.2.13