From fade8a8903e79229d3954d6fb2f9114f06cbcb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 02:40:38 +0000 Subject: [PATCH] build(deps-dev): bump psycopg-binary from 3.2.5 to 3.2.6 Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.2.5 to 3.2.6. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.5...3.2.6) --- updated-dependencies: - dependency-name: psycopg-binary 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 11f0a81e..c7859617 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ psycopg = "==3.2.5" [dev-packages] towncrier = "==24.8.0" -psycopg-binary = {version = "==3.2.5", markers="implementation_name == 'cpython'"} +psycopg-binary = {version = "==3.2.6", markers="implementation_name == 'cpython'"} pytest-cov = "==6.0.0" pytest-xdist = "==3.6.1" mock = "==5.2.0"