From c370b8ec1d7750997c997b15b1d62ac439644ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:10:18 +0000 Subject: [PATCH] chore(deps)(deps): bump tqdm from 4.67.3 to 4.68.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.2) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b561ebc..6163838 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ python-dotenv==1.2.2 pandas==3.0.3 # UI and progress -tqdm==4.67.3 +tqdm==4.68.2 colorama==0.4.6 rich==15.0.0 diff --git a/setup.py b/setup.py index 3900f5b..e41b674 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "langchain-ollama==1.1.0", "python-dotenv==1.2.2", "pandas==3.0.3", - "tqdm==4.67.3", + "tqdm==4.68.2", "colorama==0.4.6", "rich==15.0.0", "fpdf2==2.8.7",