From 77f0552dd3ca13fbbc79e57bb80d6f4961658f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 13:12:39 +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 2918130..613778e 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>=1.6.0",