From 98fc36b99de61e13637c457112e6fe0c3317eced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:16:42 +0000 Subject: [PATCH] chore(deps): bump psycopg2-binary from 2.9.12 to 2.9.13 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.12 to 2.9.13. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.12...2.9.13) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e0c8303..c1294f6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.141.1 uvicorn==0.52.4 sqlalchemy==2.0.52 -psycopg2-binary==2.9.12 +psycopg2-binary==2.9.13 pandas==3.0.5 numpy==2.2.6 scipy==1.18.1