From 677470d22095379db23085c9fb0d9f5b8d3cf50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:10:09 -0700 Subject: [PATCH] build(deps): update tqdm requirement from ~=4.66.1 to ~=4.67.0 (#242) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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]