From 143f00e63cbade5908d45f33e1e59b45829c1625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 15:19:58 +0000 Subject: [PATCH] build(deps): bump joblib from 1.5.1 to 1.5.3 in /search-api Bumps [joblib](https://github.com/joblib/joblib) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.5.1...1.5.3) --- updated-dependencies: - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..0534cc9 100644 --- a/search-api/requirements.txt +++ b/search-api/requirements.txt @@ -2,7 +2,7 @@ flask==3.1.3 flask-limiter==3.12 huggingface-hub==1.14.0 -joblib==1.5.1 +joblib==1.5.3 numpy==2.2.6 psycopg2-binary==2.9.10 requests==2.33.1