mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[tqdm] Update to 4.67.2 (#15348)
Closes: #15347 Diff: https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "4.67.*"
|
||||
version = "4.67.2"
|
||||
upstream_repository = "https://github.com/tqdm/tqdm"
|
||||
requires = ["types-requests"]
|
||||
|
||||
|
||||
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user