From a1860f3c0a84f44f880a9cd55687c4ad86c58d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:19:16 +0000 Subject: [PATCH] build(deps): bump psycopg2-binary from 2.9.10 to 2.9.12 in /search-api Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.12. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 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 0bf1b14..b9e16e4 100644 --- a/search-api/requirements.txt +++ b/search-api/requirements.txt @@ -4,7 +4,7 @@ flask-limiter==3.12 huggingface-hub==1.22.0 joblib==1.5.3 numpy==2.4.6 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.12 requests==2.34.2 redis==8.0.0 scikit-learn==1.9.0