From 06b49256671c88cea2772562b2893bb74515f08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:35:12 +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] --- requirements.runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.runtime.txt b/requirements.runtime.txt index c79408f..0fd7461 100644 --- a/requirements.runtime.txt +++ b/requirements.runtime.txt @@ -2,5 +2,5 @@ apiflask>=3.1 email-validator>=2.2 bcrypt>=4.2 Flask-SQLAlchemy>=3.1 -psycopg2-binary>=2.9 +psycopg2-binary>=2.9.12 gunicorn>=23.0