From c8a76059ff6ff37fb51972fe2ba8b9d9464af769 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 17 Jan 2023 05:21:53 +0100 Subject: Refs #34255 -- Bumped required psycopg version to 3.1.8. --- tests/requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt index 726a08b3e4..da00729319 100644 --- a/tests/requirements/postgres.txt +++ b/tests/requirements/postgres.txt @@ -1 +1 @@ -psycopg[binary]>=3.1 +psycopg[binary]>=3.1.8 -- cgit v1.3