From 5aa77e3240f9e7592f32713dc1b1ec1568d2976c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:42:13 +0000 Subject: [PATCH] build(deps): bump numpy from 2.4.6 to 2.5.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.6 to 2.5.1. - [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.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c704e97..84f0eb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ dependencies = [ "Jinja2==3.1.6", "MarkupSafe==3.0.3", - "numpy==2.4.6", + "numpy==2.5.1", "typing_extensions==4.15.0", "rich>=13.7.0", "pydantic>=2.7.0", diff --git a/requirements.txt b/requirements.txt index d10e33f..cf67882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Sistemista talks to a separate llama-server process; llama-cpp-python is not required. Jinja2==3.1.6 MarkupSafe==3.0.3 -numpy==2.4.6 +numpy==2.5.1 typing_extensions==4.15.0 # UI / formatting