From e4ae052f486a463435219202c7e70ea2ae4752c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:53:54 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.66.3 to 4.66.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.3 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.3...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 454b43188..5947ed7ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Security", ] dependencies = [ - "tqdm==4.66.3", + "tqdm==4.66.4", "pyyaml==6.0.1", "tabulate==0.9.0", "colorama==0.4.6",