From 2aac11edbbae36bd0360a56f6567e78ef2e07b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:54:18 +0000 Subject: [PATCH] chore(deps): update psycopg2-binary requirement from >=2.9.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.9...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1d6b09..dc8c25f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "websockets>=16.1.1", "sqlalchemy[mypy]>=2.0.28", "asyncpg>=0.29.0", - "psycopg2-binary>=2.9.9", + "psycopg2-binary>=2.9.12", "alembic>=1.18.5", "redis>=5.0.3", "yfinance>=0.2.37",