chore(deps): update zxcvbn requirement from <5.0,>=4.4 to >=4.5.0,<5.0#255
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
cmeans
left a comment
There was a problem hiding this comment.
[QA] Dependabot batch review — Signoff
Verdict: Ready for QA Signoff. This is a minimum-version-floor bump — upper bound unchanged, CI green (lint/typecheck/test 3.10+3.11+3.12/codecov all pass), single-line pyproject.toml change, no behavior change, no breaking version transition.
Reviewed as part of the dependabot batch (#252/#253/#254/#255/#256). All 5 PRs are the same shape: pyproject.toml minimum-floor bump within the existing major-version range.
CHANGELOG check: these minimum-floor bumps are not user-visible, not behavior changes, and not noteworthy code changes per feedback_changelog_per_pr — no CHANGELOG entry needed. The compatible version range narrows from below but the upper bound (the thing that matters for breaking changes) is unchanged.
Merge-order note: all 5 touch pyproject.toml so they will conflict with each other after the first one merges. Merge sequentially; dependabot will auto-rebase the remaining PRs after each merge.
|
[QA] Dependabot batch — Ready for QA Signoff. Min-floor bump only, upper bound unchanged, CI all green. Merge sequentially (all 5 touch pyproject.toml). Applying label as final act. |
de02caf to
2d65095
Compare
2d65095 to
474a34b
Compare
|
@dependabot rebase |
Updates the requirements on [zxcvbn](https://github.com/dwolfhub/zxcvbn-python) to permit the latest version. - [Changelog](https://github.com/dwolfhub/zxcvbn-python/blob/master/CHANGELOG.md) - [Commits](dwolfhub/zxcvbn-python@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: zxcvbn dependency-version: 4.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
474a34b to
afdbba1
Compare
Updates the requirements on zxcvbn to permit the latest version.
Changelog
Sourced from zxcvbn's changelog.
... (truncated)
Commits
566fff1update changelog, update setup.py for version 4.5.0f416148decorator solution for lazy loading frequency_lists library2939b6bhandle zero-length password gracefully8459ce5add failing test for empty password scenario2b3e11fMerge branch 'musicsnobj-feature/l33t-exploit'c7fc8b1Merge branch 'feature/l33t-exploit' of github.com:musicsnobj/zxcvbn-python in...1ed43f5use optional third arg instead of env variable for max password length98a2b4dMerge branch 'feature/setup-tox' into feature/l33t-exploit558084cfuzzy match all py test versions7369112update README w/ tested py versions, try 3.8.* as test version