From 26bc0d6e007971bfe007142e4390d5a43c288370 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Mon, 13 Jun 2022 09:45:08 -0400 Subject: [PATCH] Lock requests to 2.27.1 for py 2.7 compatibility Python module "requests" was recently upgraded to version 2.28.0, which requires Python 3.x. Lock it to last version known to work with Python 2.7. Closes-Bug: 1978469 Change-Id: Ib478cb5ef0ca94c9f7eb3d7288726f9592f635b6 Signed-off-by: Davlet Panech --- toCOPY/builder-constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/toCOPY/builder-constraints.txt b/toCOPY/builder-constraints.txt index bde18a98..38eccdea 100644 --- a/toCOPY/builder-constraints.txt +++ b/toCOPY/builder-constraints.txt @@ -5,6 +5,7 @@ pbr==5.6.0 # Last version with official 2.7 support python-subunit==1.4.0 junitxml==0.7 testtools==2.4.0 +requests==2.27.1 # Last version with official 2.7 support testrepository==0.0.20 # Replacement for python-testrepository-0.18 rpm fixtures==3.0.0 # Required by testrepository