From d81211a4aeac3f69c86ce5c566876e5b788324d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 02:37:20 +0000 Subject: [PATCH] build(deps-dev): bump psycopg-binary from 3.2.7 to 3.2.8 Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.2.7 to 3.2.8. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.7...3.2.8) --- updated-dependencies: - dependency-name: psycopg-binary dependency-version: 3.2.8 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 21d535e2..2ffbca9b 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ psycopg = "==3.2.7" [dev-packages] towncrier = "==24.8.0" -psycopg-binary = {version = "==3.2.7", markers="implementation_name == 'cpython'"} +psycopg-binary = {version = "==3.2.8", markers="implementation_name == 'cpython'"} pytest-cov = "==6.1.1" pytest-xdist = "==3.6.1" mock = "==5.2.0"