From 8da4e6d72ffab3f0535d98115a362046aca8672e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:45:54 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31b431f..fb6469f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ python-dateutil==2.9.0.post0 pytz==2026.2 regex==2026.7.10 six==1.17.0 -tqdm==4.68.4 +tqdm==4.69.0 tzdata==2023.3