From 8e8a4e32c0e5d2a9e0ebbdce3a7c3b56a2c88298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:00:49 +0000 Subject: [PATCH] build(deps): update tqdm requirement from ~=4.66.1 to ~=4.67.0 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.67.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f561b0..b4013c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ cli = [ "click~=8.1.5", "click-logging~=1.0.1", "tabulate~=0.9.0", - "tqdm~=4.66.1", + "tqdm~=4.67.0", ] [project.scripts]