From 4460a7fabb3df62e9df435bafc7b9d65267d2d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:18:11 +0000 Subject: [PATCH] Bump tqdm from 4.67.1 to 4.67.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.1 to 4.67.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.2) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b68957e..05bcdbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "openai==2.16.0", "google-genai==1.56.0", "GitPython==3.1.46", - "tqdm==4.67.1" + "tqdm==4.67.2" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 8207e94..1a629e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ jinja2==3.1.6 openai==2.16.0 google-genai==1.56.0 GitPython==3.1.46 -tqdm==4.67.1 +tqdm==4.67.2