From e1d141b9f2ff5f3757173f50e380badde06fe248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 10:12:31 +0000 Subject: [PATCH] fix: PyBozoCrack/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-15053866 --- PyBozoCrack/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBozoCrack/requirements.txt b/PyBozoCrack/requirements.txt index b3778aa8..9574b440 100644 --- a/PyBozoCrack/requirements.txt +++ b/PyBozoCrack/requirements.txt @@ -1 +1 @@ -wheel==0.22.0 \ No newline at end of file +wheel==0.46.2 \ No newline at end of file