From c70d354406a5e8cc7c26e33cbff5a059c53884fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:56:15 +0000 Subject: [PATCH] [Infra] Update dependency numpy to ~=2.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0621148c..a31f5076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pygments>=2.14.0", "pyperclip>=1.8.2", "numpy~=2.4.4; python_version >= '3.11'", # latest to support >=3.11 - "numpy~=2.2.6; python_version < '3.11'", # latest to support 3.10 + "numpy~=2.4.4; python_version < '3.11'", # latest to support 3.10 "xkbcommon<1.5", # ubuntu jammy supports up to 1.4.0 "pyte~=0.8.2", "pyserial>=3.5",