From ee70aaeb8899df1182f20ae354a05fd2b1792806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:54:00 +0000 Subject: [PATCH] Bump numpy from 2.4.6 to 2.5.0 in /scripts Bumps [numpy](https://github.com/numpy/numpy) from 2.4.6 to 2.5.0. - [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.4.6...v2.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-dev.txt b/scripts/requirements-dev.txt index af3e9f5..a265ef0 100644 --- a/scripts/requirements-dev.txt +++ b/scripts/requirements-dev.txt @@ -1,5 +1,5 @@ # Pinned dependencies for scripts/gen_testdata.py (regenerating test fixtures). # Versions current as of 2026-06. onnx==1.21.0 -numpy==2.4.6 +numpy==2.5.0 tokenizers==0.23.1