From fb5b61c98f731f1154912153f1ad242759f0198d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 13:03:07 +0000 Subject: [PATCH] Update tqdm requirement from >=4.36.1 to >=4.70.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.36.1...v4.70.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.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 d12de227..81596748 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,6 +49,6 @@ pyyaml>=3.13 setuptools>=40.6.3 tldextract>=5.3.1 tornado>=6.5.5 # (sec vuln) transitive dependency via bokeh -tqdm>=4.36.1 +tqdm>=4.70.1 typing-extensions>=4.15.0 urllib3>=2.7.0 \ No newline at end of file