From b393e20f77ef173fdefd1ddaa7f53b942bd94475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 08:26:53 +0000 Subject: [PATCH] Bump numpy from 2.3.4 to 2.5.2 in /search Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.5.2. - [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.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- search/pyproject.toml | 2 +- search/requirements-dev.txt | 2 +- search/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/search/pyproject.toml b/search/pyproject.toml index 0971a5f..edeae2d 100644 --- a/search/pyproject.toml +++ b/search/pyproject.toml @@ -13,7 +13,7 @@ description = "Syrax's file-search index and the two tools it serves over MCP" requires-python = ">=3.14" dependencies = [ "mcp==2.0.0", - "numpy==2.3.4", + "numpy==2.5.2", "sqlite-vec==0.1.9", "uvicorn==0.40.0", ] diff --git a/search/requirements-dev.txt b/search/requirements-dev.txt index acb1f51..b9782cc 100644 --- a/search/requirements-dev.txt +++ b/search/requirements-dev.txt @@ -16,7 +16,7 @@ jsonschema==4.26.0 jsonschema-specifications==2025.9.1 mcp==2.0.0 mcp-types==2.0.0 -numpy==2.3.4 +numpy==2.5.2 opentelemetry-api==1.44.0 packaging==26.3 pluggy==1.6.0 diff --git a/search/requirements.txt b/search/requirements.txt index 4bd4a2e..8225be3 100644 --- a/search/requirements.txt +++ b/search/requirements.txt @@ -26,7 +26,7 @@ jsonschema-specifications==2025.9.1 mcp==2.0.0 mcp-types==2.0.0 mpmath==1.3.0 -numpy==2.3.4 +numpy==2.5.2 onnxruntime==1.24.1 opentelemetry-api==1.44.0 packaging==26.3