From b1d83b0cdc4e8a9c3f446d42f750abd7b133190e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:53:18 +0000 Subject: [PATCH] Bump tqdm from 4.67.3 to 4.68.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25deb50..be0206f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "openai==2.40.0", "google-genai==1.56.0", "GitPython==3.1.50", - "tqdm==4.67.3" + "tqdm==4.68.1" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 8bfa5ef..4019b75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ jinja2==3.1.6 openai==2.40.0 google-genai==1.56.0 GitPython==3.1.50 -tqdm==4.67.3 +tqdm==4.68.1