From 44fb03abf9ac0aa08f824288d640576b6c7f1e09 Mon Sep 17 00:00:00 2001 From: "aikido-autofix[bot]" <119856028+aikido-autofix[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:33:20 +0000 Subject: [PATCH] fix(security): update pillow from 12.1.0 to 12.1.1 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c35e856..477621b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,5 @@ scikit-learn scipy>=1.7.0 shapely -fonttools==4.60.2 \ No newline at end of file +fonttools==4.60.2 +pillow==12.1.1 \ No newline at end of file