From 162c14b71fd41f38f5de67f3bdce9004d6763ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:14:25 +0000 Subject: [PATCH] Build(deps): Update tqdm requirement from ~=4.69.0 to ~=4.69.1 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.69.0...v4.69.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fb8942..c698112 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ aiofiles~=25.1.0 joblib~=1.5.3 numpy~=2.5.1 pathlib~=1.0.1 -tqdm~=4.69.0 +tqdm~=4.69.1 safetensors~=0.8.0 WMI~=1.5.1 prettytable~=3.18.0