[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:
Semyon Moroz
2026-02-01 06:07:19 +00:00
committed by GitHub
parent fa659b1def
commit 58f581cea1
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "4.67.*"
version = "4.67.2"
upstream_repository = "https://github.com/tqdm/tqdm"
requires = ["types-requests"]
View File
+1 -1
View File
@@ -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): ...