From 5a3762ce2d2923fca77029a4251b58b41a0f1a2a Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 4 Feb 2026 00:19:05 +0000 Subject: [PATCH] [stubsabot] Bump tqdm to 4.67.3 Release: https://pypi.org/pypi/tqdm/4.67.3 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.67.2...v4.67.3 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 0. - Total lines of Python code deleted: 0. 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 6ae7d1ea3b9c..0c79774d89eb 100644 --- a/stubs/tqdm/METADATA.toml +++ b/stubs/tqdm/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.67.2" +version = "4.67.3" upstream_repository = "https://github.com/tqdm/tqdm" requires = ["types-requests"]