chore(deps): bump HashcatRosetta to v0.2.0, add click runtime dep

Resolves Dependabot alert #1 — vulnerable pytest tmpdir handling
(< 9.0.3) in HashcatRosetta/requirements.txt. Upstream v0.2.0
drops pytest from runtime requirements and now depends on click
for its CLI/formatting module, so add click>=8.0.0 to hate_crack
runtime deps to keep display_rule_opcodes_summary functional.
This commit is contained in:
Justin Bollinger
2026-05-05 19:41:21 -04:00
parent a881c36537
commit b623a0eb6d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ dependencies = [
"openpyxl>=3.0.0",
"packaging>=21.0",
"simple-term-menu==1.6.6",
"click>=8.0.0",
]
[project.scripts]