From b26ac1757ae82d6aa2877c6b7dea0e9347257e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:11:05 +0000 Subject: [PATCH] chore(deps):(deps): update psycopg2-binary requirement 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] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 2c1048b..8cc3f14 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -14,7 +14,7 @@ starlette>=0.27.0,<1.0 # Database sqlalchemy>=2.0.0,<3.0 -psycopg2-binary>=2.9.0,<3.0 +psycopg2-binary>=2.9.12,<3.0 # Query Execution pyspark>=3.4.0,<4.0