From 7c752bd2f55ecb960be398180c871e3864b09cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:20:39 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 813eee3a7..2d67c0bae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ipywidgets==8.1.8 -numpy==2.3.4 +numpy==2.3.5 matplotlib==3.10.7 pandas==2.3.3 tqdm==4.67.1