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): ...