From 9c51c84e82e301cc15ffb635bb3a10553fa36067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:14:24 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.10 to 2.9.11 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.11) --- updated-dependencies: - dependency-name: psycopg2 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 219ed107..02633984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -238,7 +238,7 @@ dependencies = [ "pydantic-settings ==2.6.1", "pwdlib[argon2,bcrypt] ==0.2.1", "sendgrid ==6.11.0", - "psycopg2 ==2.9.10", + "psycopg2 ==2.9.11", "pycountry >=23,<25", "python-slugify ==8.0.4", "pytz ==2024.2",