summaryrefslogtreecommitdiff
path: root/tests/requirements/postgres.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-01-28 08:02:13 +0100
committerGitHub <noreply@github.com>2025-01-28 08:02:13 +0100
commitd9af197801376fae178761cac12d57178a738cf4 (patch)
tree90f7ced27f7d847da4e29337e131696492047a4d /tests/requirements/postgres.txt
parent8eca4077f60fa0705ecfd9437c9ceaeef7a3808b (diff)
Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.
This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12.
Diffstat (limited to 'tests/requirements/postgres.txt')
-rw-r--r--tests/requirements/postgres.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt
index 91f911080c..b000879b5c 100644
--- a/tests/requirements/postgres.txt
+++ b/tests/requirements/postgres.txt
@@ -1,3 +1,2 @@
-psycopg>=3.1.14; implementation_name == 'pypy'
-psycopg[binary]>=3.1.8; implementation_name != 'pypy'
+psycopg[binary]>=3.1.12
psycopg-pool>=3.2.0