From 6cb03159c29f0d90d69cefb1c074758a13c25d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 08:22:06 +0000 Subject: [PATCH] deps: bump psycopg2-binary from 2.9.9 to 2.9.12 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.12. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...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] --- project-golem/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-golem/requirements.txt b/project-golem/requirements.txt index 22399b2..7c86792 100644 --- a/project-golem/requirements.txt +++ b/project-golem/requirements.txt @@ -5,7 +5,7 @@ Flask==3.0.0 flask-cors==4.0.0 # Database -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.12 pgvector==0.2.4 # Machine Learning & Dimensionality Reduction