From 139955c975af0c4bbaad2096f25808206b4d67a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:13:33 +0000 Subject: [PATCH] Update psycopg[binary] requirement Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.8...3.2.5) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 840a326700..f53eea2939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "protobuf>=4.21.1,<6.0", "pulp-glue>=0.18.0,<0.31", "pygtrie>=2.5,<=2.5.0", - "psycopg[binary]>=3.1.8,<=3.2.4", + "psycopg[binary]>=3.1.8,<=3.2.5", "pyparsing>=3.1.0,<=3.2.1", "python-gnupg>=0.5,<=0.5.4", "PyYAML>=5.1.1,<=6.0.2",