From 075f7055e0648159d63c38115964c37980a1cbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:19:34 +0000 Subject: [PATCH] chore(deps)(deps): bump tqdm from 4.67.3 to 4.68.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.3 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..59a1d3b 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.3 colorama==0.4.6 rich==15.0.0 diff --git a/setup.py b/setup.py index 7b4a9a4..0dab99c 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.3", "colorama==0.4.6", "rich==15.0.0", "fpdf2==2.8.7",