chore(tools): remove `fonttools` from `automatic_battery_tester`
What changed, and why it matters
This commit removes a single unused dependency (fonttools) from a requirements file for an internal battery-testing tool. There is no indication of a security vulnerability or functional change to the Trezor firmware or wallet software.
No security action required. Treat as normal maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes fonttools==4.58.4 from tools/automatic_battery_tester/requirements.txt. This is a routine dependency cleanup in a non-production tooling script. No code changes are present, and no security issue is described.
Changed components
tools/automatic_battery_tester/requirements.txtInspect captured patch +0 / −1
diff --git a/tools/automatic_battery_tester/requirements.txt b/tools/automatic_battery_tester/requirements.txt
index 734b459b..46884351 100644
--- a/tools/automatic_battery_tester/requirements.txt
+++ b/tools/automatic_battery_tester/requirements.txt
@@ -4,7 +4,6 @@ charset-normalizer==3.4.2
click==8.2.1
contourpy==1.3.2
cycler==0.12.1
-fonttools==4.58.4
idna==3.10
ifaddr==0.2.0
inquirerpy==0.3.4
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.