From 3602f5a80d4e89f2adfed315eef709ccd0ae9cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:49:36 +0000 Subject: [PATCH] Bump psycopg from 3.2.0 to 3.2.1 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.0 to 3.2.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.0...3.2.1) --- updated-dependencies: - dependency-name: psycopg 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 14ef474b..6f583c24 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" pytest = "==8.2.2" port-for = "==0.7.2" mirakuru = "==2.5.2" -psycopg = "==3.2.0" +psycopg = "==3.2.1" [dev-packages] towncrier = "==23.11.0"