build(deps): bump pillow in /tools/automatic_battery_tester
What changed, and why it matters
This is a routine automated dependency update by Dependabot, bumping the Python image-processing library Pillow from version 11.2.1 to 11.3.0 inside an internal testing tool. The change is a single version number in a requirements file for the automatic battery tester, which is not part of the Trezor firmware that runs on devices or handles cryptocurrency secrets. There is no indication in the commit that this fixes a security issue, and no verified security references were supplied.
No security action required. Treat as normal dependency hygiene for an internal test tool. If desired, review Pillow 11.3.0 release notes separately for any relevant fixes, but the commit itself provides no security signal.
Security signals we found
No strong security signals were identified.
Evidence from the diff
Commit 7bdcb666 is a build/dependency update generated by Dependabot. It changes one line in tools/automatic_battery_tester/requirements.txt, updating the pinned Pillow version from 11.2.1 to 11.3.0. The automatic_battery_tester is a tooling/QA utility, not firmware code, wallet logic, or a production service. The diff contains no functional code changes, no vulnerability description, and no advisory linkage.
Changed components
tools/automatic_battery_tester/requirements.txtInspect captured patch +1 / −1
diff --git a/tools/automatic_battery_tester/requirements.txt b/tools/automatic_battery_tester/requirements.txt
index 56ad7ad2..40a01c51 100644
--- a/tools/automatic_battery_tester/requirements.txt
+++ b/tools/automatic_battery_tester/requirements.txt
@@ -14,7 +14,7 @@ numpy==2.3.1
packaging==25.0
pandas==2.3.0
pfzy==0.3.4
-pillow==11.2.1
+pillow==11.3.0
prompt_toolkit==3.0.51
psutil==7.0.0
pyparsing==3.2.3
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.