From 434de70c02653224ffd23f8da759bd67b975e531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:19:37 +0000 Subject: [PATCH] chore: bump psycopg from 3.2.4 to 3.2.5 Bumps [psycopg](https://github.com/psycopg/psycopg) 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 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 28ca72dc..3a5f455c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-environ==0.12.0", "django-probes==1.7.0", "Pillow==11.1.0", - "psycopg==3.2.4", + "psycopg==3.2.5", "requests==2.32.3", "rcssmin==1.2.1", "rjsmin==1.2.4",