From 6c1f1986591ef17653eae87df8b57e3fe40c9ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:02:28 +0000 Subject: [PATCH] chore(deps): bump psycopg2-binary from 2.9.9 to 2.9.11 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.11) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f226cfb4..0b70563a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "cmarkgfm==2024.11.20", "Pygments>=2.17,<3", "Pillow==10.4.0", - "psycopg2-binary==2.9.9", + "psycopg2-binary==2.9.11", "python3-openid==3.2.0", "python-decouple==3.8", "lxml==5.2.2",