From 1d26e69f6289b10ef0fa075caef401c6e09fe752 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 28 Jul 2026 00:30:20 +0000 Subject: [PATCH] [stubsabot] Bump tqdm to 4.70.* Release: https://pypi.org/pypi/tqdm/4.70.0 Repository: https://github.com/tqdm/tqdm Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/tqdm Diff: https://github.com/tqdm/tqdm/compare/v4.69.1...v4.70.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 3 files included in typeshed's stubs have been modified or renamed: `tqdm/asyncio.py`, `tqdm/contrib/concurrent.py`, `tqdm/std.py`. - Total lines of Python code added: 321. - Total lines of Python code deleted: 55. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/tqdm/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/tqdm/METADATA.toml b/stubs/tqdm/METADATA.toml index 34b93715c101..7f387dde990c 100644 --- a/stubs/tqdm/METADATA.toml +++ b/stubs/tqdm/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.69.*" +version = "4.70.*" upstream-repository = "https://github.com/tqdm/tqdm" optional-dependencies = ["types-requests"]