From 2876c9a1271ac6f350f19fc5cf784a9deb1de4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:14:07 +0000 Subject: [PATCH] chore(deps): bump numpy from 2.3.4 to 2.3.5 Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.3.5. - [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/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a1af8dd..f8aa7f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools", # Cython and numpy are needed when running setup.py, to build extensions - "numpy==2.3.4", + "numpy==2.3.5", "Cython==3.1.4", ] build-backend = "setuptools.build_meta" @@ -35,7 +35,7 @@ dependencies = [ "sounddevice==0.5.3", "rtmixer==0.1.7", "docutils==0.22.2", - "numpy==2.3.4", + "numpy==2.3.5", "PyQt5==5.15.11", "platformdirs==4.5.0", "pyrr==0.10.3",