From 5510ae39ad99017820c4eebdcb7773568d0c8348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:53:44 +0000 Subject: [PATCH] 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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index f575134..d6dfb40 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ Quart>=0.20 -psycopg2-binary>=2.9 +psycopg2-binary>=2.9.12 SQLAlchemy[asyncio]>=2.0 Loglan-Core>=0.5.0 aiohttp>=3.12