From b1acab30f33f0fcb03ed33a9d368d156c79297d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 16:37:08 +0000 Subject: [PATCH] chore(deps): update psycopg2-binary requirement from >=2.9 to >=2.9.12 Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f7884e0..a89cf33 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.140.7 uvicorn[standard]>=0.51.0 -psycopg2-binary>=2.9 +psycopg2-binary>=2.9.12 python-multipart>=0.0.9 pydantic>=2.7 # BUG-032: schema migrations for csv_uploads.* — auto-runs at API startup