Skip to content

Commit 77f0552

Browse files
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](psycopg/psycopg2@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] <support@github.com>
1 parent b3e533a commit 77f0552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"websockets>=16.1.1",
1111
"sqlalchemy[mypy]>=2.0.28",
1212
"asyncpg>=0.29.0",
13-
"psycopg2-binary>=2.9.9",
13+
"psycopg2-binary>=2.9.12",
1414
"alembic>=1.18.5",
1515
"redis>=5.0.3",
1616
"yfinance>=1.6.0",

0 commit comments

Comments
 (0)