From b1f4e398509677f0bef9d3e7dfb08adbfad5f9cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Apr 2026 23:42:51 +0000 Subject: [PATCH] chore(deps): update dependency psycopg2-binary to v2.9.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6929131..78115a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "oauthlib==3.3.1", "oead==1.2.9.post4", "pendulum==3.2.0", - "psycopg2-binary==2.9.11", + "psycopg2-binary==2.9.12", "pycparser==3.0", "pydantic==2.12.5", "pydantic-core==2.41.5",