From f7723ef8488224b7bb196c55efd3483e2047e526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 17:08:38 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.67.1 to 4.70.0 in /worker_plan Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.1 to 4.70.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 784c955b..8a6cd4f0 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -103,7 +103,7 @@ dependencies = [ "tenacity==9.1.4", "tiktoken==0.13.0", "tornado==6.5.8", - "tqdm==4.67.1", + "tqdm==4.70.0", "typer==0.27.2", "typing-inspect==0.9.0", "typing_extensions==4.16.0",