From f7619a4e5bd2b3fad44e1e4fc86f3825d8aae24c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:56:55 -0600 Subject: [PATCH] [stubsabot] Bump tqdm to 4.67.3 (#15366) 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 Co-authored-by: stubsabot <> --- 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 6ae7d1ea3..0c79774d8 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"]