From 53e8f7ebcea81f5a5737a413c9426b26ae006024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:19:25 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.9 to 2.9.10 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.10) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.10 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 5d4c2c4..800c903 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.104.1 uvicorn==0.24.0 sqlalchemy==2.0.23 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 pandas==2.1.3 numpy==1.25.2 matplotlib==3.8.2