Skip to content

Commit 50dd27e

Browse files
committed
[tqdm] Update to 4.67.2
Closes: #15347 Diff: tqdm/tqdm@v4.67.1...v4.67.2
1 parent 31c195a commit 50dd27e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

stubs/tqdm/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "4.67.*"
1+
version = "4.67.2"
22
upstream_repository = "https://github.com/tqdm/tqdm"
33
requires = ["types-requests"]
44

stubs/tqdm/tqdm/_dist_ver.pyi

Whitespace-only changes.

stubs/tqdm/tqdm/std.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TqdmTypeError(TypeError): ...
2323
class TqdmKeyError(KeyError): ...
2424

2525
class TqdmWarning(Warning):
26-
def __init__(self, msg, fp_write=None, *a, **k) -> None: ...
26+
def __init__(self, msg, fp_write=None) -> None: ...
2727

2828
class TqdmExperimentalWarning(TqdmWarning, FutureWarning): ...
2929
class TqdmDeprecationWarning(TqdmWarning, DeprecationWarning): ...

0 commit comments

Comments
 (0)