From 7b6e0be5bec9ee7d83b019fda6631ec6272045c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 03:58:18 +0000 Subject: [PATCH] build(deps-dev): bump psycopg-binary from 3.3.3 to 3.3.4 Bumps [psycopg-binary](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-binary dependency-version: 3.3.4 dependency-type: direct:development 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 b3b85c8c..d5a482f2 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ pytest-postgresql = {path = ".", editable = true} [dev-packages] towncrier = "==25.8.0" -psycopg-binary = {version = "==3.3.3", markers="implementation_name == 'cpython'"} +psycopg-binary = {version = "==3.3.4", markers="implementation_name == 'cpython'"} pytest-cov = "==7.1.0" pytest-xdist = "==3.8.0" mock = "==5.2.0"