From 6d68be884d86f49837bda6844fe1d0210723afe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:40:15 +0000 Subject: [PATCH] Bump psycopg from 3.2.2 to 3.2.3 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.2 to 3.2.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.2...3.2.3) --- 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 ccdcae96..2f99c3ac 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" pytest = "==8.3.3" port-for = "==0.7.3" mirakuru = "==2.5.2" -psycopg = "==3.2.2" +psycopg = "==3.2.3" [dev-packages] towncrier = "==24.8.0"