From e14869fbab7c83fa19c66803d66b3d89b64e27ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:49:11 +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-prod.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index dee8005..72821f1 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -5,7 +5,7 @@ Django>=4.0,<5.0 gunicorn>=22.0.0 -psycopg2-binary>=2.9.3 +psycopg2-binary>=2.9.12 cryptography>=42.0 pandas>=2.0.0 scikit-learn>=1.5.0 diff --git a/requirements.txt b/requirements.txt index 551b9be..dfdc51c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django>=4.0,<5.0 gunicorn>=22.0.0 -psycopg2-binary>=2.9.3 +psycopg2-binary>=2.9.12 cryptography>=42.0 pandas>=2.0.0 scikit-learn>=1.5.0