From 9b6b0f2fa09774eeb1a35fcbc6d01ccc8acc7ba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:58:20 +0000 Subject: [PATCH] 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 dcfd8f6..31953be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ 'holidays==0.90', 'icalendar==7.0.0', 'Pillow==12.1.1', - 'psycopg2-binary==2.9.11', + 'psycopg2-binary==2.9.12', 'python-dateutil==2.9.0.post0', 'requests==2.32.5', ]