From f1847748a87e827f5b45df6396c8df98652bc27c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:02:42 +0000 Subject: [PATCH] Bump tqdm from 4.54.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.54.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.54.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5959aab80..7d0554118 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ requests==2.25.0 requests-mock==1.8.0 sphinx==3.3.1 sphinx-rtd-theme==0.5.0 -tqdm==4.54.0 +tqdm==4.66.3 websocket-client==0.57.0