From b9b9bda8af0ca77a991a90bcee573d583ecccb3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:44:26 +0000 Subject: [PATCH] chore(deps): update tqdm requirement from >=4.62.0 to >=4.70.0 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.62.0...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index f9cfe48..45a6ad6 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -21,7 +21,7 @@ seaborn>=0.13.2 plotly>=6.9.0 # Utilities -tqdm>=4.62.0 +tqdm>=4.70.0 pyyaml>=6.0 requests>=2.26.0 python-dotenv>=0.19.0 diff --git a/requirements.txt b/requirements.txt index b1ffe5d..f3f9a5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ seaborn>=0.13.2 plotly>=6.9.0 # Utilities -tqdm>=4.62.0 +tqdm>=4.70.0 pyyaml>=6.0 requests>=2.26.0 python-dotenv>=0.19.0