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 <davlet.panech@windriver.com>
This commit is contained in:
Davlet Panech 2022-06-13 09:45:08 -04:00
parent 910cc78586
commit 26bc0d6e00
1 changed files with 1 additions and 0 deletions

View File

@ -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