From 58f581cea1a5040a733e6284adf81bf0793ac26a Mon Sep 17 00:00:00 2001 From: Semyon Moroz Date: Sun, 1 Feb 2026 06:07:19 +0000 Subject: [PATCH] [tqdm] Update to 4.67.2 (#15348) Closes: #15347 Diff: https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.2 --- stubs/tqdm/METADATA.toml | 2 +- stubs/tqdm/tqdm/_dist_ver.pyi | 0 stubs/tqdm/tqdm/std.pyi | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 stubs/tqdm/tqdm/_dist_ver.pyi diff --git a/stubs/tqdm/METADATA.toml b/stubs/tqdm/METADATA.toml index f218397eb..6ae7d1ea3 100644 --- a/stubs/tqdm/METADATA.toml +++ b/stubs/tqdm/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.67.*" +version = "4.67.2" upstream_repository = "https://github.com/tqdm/tqdm" requires = ["types-requests"] diff --git a/stubs/tqdm/tqdm/_dist_ver.pyi b/stubs/tqdm/tqdm/_dist_ver.pyi deleted file mode 100644 index e69de29bb..000000000 diff --git a/stubs/tqdm/tqdm/std.pyi b/stubs/tqdm/tqdm/std.pyi index e5e84eeec..975e7170f 100644 --- a/stubs/tqdm/tqdm/std.pyi +++ b/stubs/tqdm/tqdm/std.pyi @@ -23,7 +23,7 @@ class TqdmTypeError(TypeError): ... class TqdmKeyError(KeyError): ... class TqdmWarning(Warning): - def __init__(self, msg, fp_write=None, *a, **k) -> None: ... + def __init__(self, msg, fp_write=None) -> None: ... class TqdmExperimentalWarning(TqdmWarning, FutureWarning): ... class TqdmDeprecationWarning(TqdmWarning, DeprecationWarning): ...