From b623a0eb6dbb5e72a9d757bb8ac7e5ff82ec6d5f Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Tue, 5 May 2026 19:41:21 -0400 Subject: [PATCH] chore(deps): bump HashcatRosetta to v0.2.0, add click runtime dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- HashcatRosetta | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HashcatRosetta b/HashcatRosetta index 9a96835..18d9ddc 160000 --- a/HashcatRosetta +++ b/HashcatRosetta @@ -1 +1 @@ -Subproject commit 9a968354cb8058cc36364965d7bcc05110d77102 +Subproject commit 18d9ddcfe673e4f149357e4bee23ac81c973bc27 diff --git a/pyproject.toml b/pyproject.toml index 72a0ba9..a648205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "openpyxl>=3.0.0", "packaging>=21.0", "simple-term-menu==1.6.6", + "click>=8.0.0", ] [project.scripts]