From ba83587a6b1df4ad3c2a8def86caadaf5681ddc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:11:47 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.3.3 to 3.3.4 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.3.3 to 3.3.4. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.3...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 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 7dbd08b5..b3b85c8c 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ pytest = "==9.0.3" port-for = "==1.0.0" mirakuru = "==3.0.2" packaging = "==26.2" -psycopg = "==3.3.3" +psycopg = "==3.3.4" pytest-postgresql = {path = ".", editable = true} [dev-packages]