From 4c339c10e367d2064468c8ad410207f201d76566 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 29 Apr 2022 20:56:30 -0500 Subject: Drop lower-constraints.txt and its testing As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Ifbc383f6d4c858189cee55e67b4d4274d9c3358a --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index f5248d03e0..0c102cd23b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + pbr>=5.8.0 # Apache-2.0 SQLAlchemy>=1.4.13 # MIT decorator>=4.1.0 # BSD -- cgit v1.2.1