From 50dd27ee4f3f439921ed0900c7bcfa06c268cc50 Mon Sep 17 00:00:00 2001 From: donbarbos Date: Sat, 31 Jan 2026 09:49:37 +0400 Subject: [PATCH] [tqdm] Update to 4.67.2 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 f218397eb207..6ae7d1ea3b9c 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 e69de29bb2d1..000000000000 diff --git a/stubs/tqdm/tqdm/std.pyi b/stubs/tqdm/tqdm/std.pyi index e5e84eeec8a4..975e7170fe97 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): ...