From 489624a6adc6dfb55bf61d3e84da124707bffd61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:53:36 +0000 Subject: [PATCH] Bump tqdm from 4.68.4 to 4.69.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.4 to 4.69.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.69.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.0 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 a022068..a89ef48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "openai==2.45.0", "google-genai==2.12.1", "GitPython==3.1.52", - "tqdm==4.68.4" + "tqdm==4.69.0" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index 7d1da30..52ed01b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ jinja2==3.1.6 openai==2.45.0 google-genai==2.12.1 GitPython==3.1.52 -tqdm==4.68.4 +tqdm==4.69.0