From 1226b4e0688479d1481efad9e228f687e3d0e8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 02:55:18 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.2.6 to 3.2.7 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.6 to 3.2.7. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.6...3.2.7) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 791d280a..40e7200d 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ pytest = "==8.3.5" port-for = "==0.7.4" mirakuru = "==2.6.0" packaging = "==25.0" -psycopg = "==3.2.6" +psycopg = "==3.2.7" [dev-packages] towncrier = "==24.8.0"