From 9ca4d4fc059aa8acd85250f24616b4cafdd5607e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:55:11 +0000 Subject: [PATCH] docs-deps(deps): bump numpy from 1.26.4 to 2.3.4 in /site Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.3.4. - [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.26.4...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- site/docs/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/constraints.txt b/site/docs/constraints.txt index 1d243bf..4a0eef8 100644 --- a/site/docs/constraints.txt +++ b/site/docs/constraints.txt @@ -3,7 +3,7 @@ # Use with: pip install -c constraints.txt # Core dependencies -numpy==1.26.4 +numpy==2.3.4 pandas==2.2.2 scipy==1.11.4