Skip to content

Commit adba435

Browse files
authored
Bump zxcvbn to 4.5.* (#13521)
1 parent 844e4f7 commit adba435

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stubs/zxcvbn/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "4.4.*"
1+
version = "4.5.*"
22
upstream_repository = "https://github.com/dwolfhub/zxcvbn-python"

stubs/zxcvbn/zxcvbn/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ class _Result(_TimeEstimate, TypedDict):
1515
calc_time: datetime.timedelta
1616
feedback: _Feedback
1717

18-
def zxcvbn(password: str, user_inputs: Iterable[object] | None = None) -> _Result: ...
18+
def zxcvbn(password: str, user_inputs: Iterable[object] | None = None, max_length: int = 72) -> _Result: ...

0 commit comments

Comments
 (0)