From ff06e525f52b2aa87d624c31f3ad38ebaa0b2612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:15:46 +0000 Subject: [PATCH] Chore(deps): Bump the small-changes group with 2 updates Bumps the small-changes group with 2 updates: [psycopg[c]](https://github.com/psycopg/psycopg) and [psycopg-c](https://github.com/psycopg/psycopg). Updates `psycopg[c]` from 3.2.4 to 3.2.5 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.4...3.2.5) Updates `psycopg-c` from 3.2.4 to 3.2.5 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: psycopg-c dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a583cd1a4..eede94d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,9 +73,9 @@ optional-dependencies.mariadb = [ "mysqlclient~=2.2.7", ] optional-dependencies.postgres = [ - "psycopg[c]==3.2.4", + "psycopg[c]==3.2.5", # Direct dependency for proper resolution of the pre-built wheels - "psycopg-c==3.2.4", + "psycopg-c==3.2.5", ] optional-dependencies.webserver = [ "granian~=1.7.6",