Skip to content

Commit 58f581c

Browse files
authored
[tqdm] Update to 4.67.2 (#15348)
Closes: #15347 Diff: tqdm/tqdm@v4.67.1...v4.67.2
1 parent fa659b1 commit 58f581c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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)