From 135b069f757fec889d588e000bc35ff77921910b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:27:45 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=1.24.0 to >=2.4.6 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d26545..13c3d7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyside6-essentials>=6.5.0 sounddevice>=0.4.6 -numpy>=1.24.0 +numpy>=2.4.6 httpx>=0.27.0 python-dotenv>=1.0