From a0416baaa7cc5f83549253e13e4d6dee0b8043b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:10:00 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a43a8f..75449f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Pillow==12.0.0 PyAutoGUI==0.9.54 -numpy==2.2.6 +numpy==2.4.3 opencv_python==4.12.0.88 pytesseract==0.3.13 requests==2.32.5