From 3db910efc752136141d27f68ad7d568e3d4a9bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:35:58 +0000 Subject: [PATCH] fix(deps): update dependency numpy to >=2.5.3,<2.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 271a60a..b798da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pystray>=0.19.5,<0.20.0", "soundcard>=0.4.5,<0.5.0", "soundfile>=0.13.0", - "numpy>=2.0.0,<2.3.0", + "numpy>=2.5.3,<2.6.0", "msgspec>=0.20.0", "loguru>=0.7.3", ]