From be5c507f082d23bc71675c0c77edc00863de5cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 15:20:12 +0000 Subject: [PATCH] build(deps): bump numpy from 2.2.6 to 2.4.4 in /search-api Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.4.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/v2.2.6...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- search-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-api/requirements.txt b/search-api/requirements.txt index 2f16816..daed0cf 100644 --- a/search-api/requirements.txt +++ b/search-api/requirements.txt @@ -3,7 +3,7 @@ flask==3.1.3 flask-limiter==3.12 huggingface-hub==1.14.0 joblib==1.5.1 -numpy==2.2.6 +numpy==2.4.4 psycopg2-binary==2.9.10 requests==2.33.1 redis==6.4.0