From 8b2155d3d9cde6376460c86745fe5a0c418baf3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:00:45 +0530 Subject: [PATCH] security(deps): update tqdm requirement from >=4.64.0 to >=4.68.3 (#717) 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.64.0...v4.68.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.3 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 a69169a6..e81d9e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "pydantic>=2.13.4", "click>=8.4.2", "rich>=12.5.0", - "tqdm>=4.64.0", + "tqdm>=4.68.3", "pyyaml>=6.0", "toml>=0.10.0", "python-dotenv>=1.2.1",