From 7ca78ae4c761a4531f1ec827ea6392a8a2c8341c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:15:35 +0000 Subject: [PATCH] build(deps-dev): bump psycopg-binary from 3.2.12 to 3.3.2 Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.2.12 to 3.3.2. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.12...3.3.2) --- updated-dependencies: - dependency-name: psycopg-binary dependency-version: 3.3.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6edce6c4..92183161 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ psycopg = "==3.2.12" [dev-packages] towncrier = "==25.8.0" -psycopg-binary = {version = "==3.2.12", markers="implementation_name == 'cpython'"} +psycopg-binary = {version = "==3.3.2", markers="implementation_name == 'cpython'"} pytest-cov = "==7.0.0" pytest-xdist = "==3.8.0" mock = "==5.2.0"