From a716ebab2f3d606e1f0f40a7b6c0f8687ba001fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:45:01 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.4.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a43a8f..79c0e8e 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.2 opencv_python==4.12.0.88 pytesseract==0.3.13 requests==2.32.5