From 2219eb181dc1d85f0c2a5f7367e24f5667929668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:06:35 +0000 Subject: [PATCH] build(deps): bump numpy from 2.3.4 to 2.3.5 in /requirements 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] --- requirements/requirements_install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_install.txt b/requirements/requirements_install.txt index a8e1dc65036..5fb73124529 100644 --- a/requirements/requirements_install.txt +++ b/requirements/requirements_install.txt @@ -1,5 +1,5 @@ importlib-metadata==8.7.0 -numpy==2.3.4 +numpy==2.3.5 packaging==25.0 psutil==7.1.1 tqdm==4.67.1