mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-09 06:46:18 +08:00
Bump zxcvbn to 4.5.* (#13521)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "4.4.*"
|
||||
version = "4.5.*"
|
||||
upstream_repository = "https://github.com/dwolfhub/zxcvbn-python"
|
||||
|
||||
@@ -15,4 +15,4 @@ class _Result(_TimeEstimate, TypedDict):
|
||||
calc_time: datetime.timedelta
|
||||
feedback: _Feedback
|
||||
|
||||
def zxcvbn(password: str, user_inputs: Iterable[object] | None = None) -> _Result: ...
|
||||
def zxcvbn(password: str, user_inputs: Iterable[object] | None = None, max_length: int = 72) -> _Result: ...
|
||||
|
||||
Reference in New Issue
Block a user