From e11cfdb8494814c6550dbf50c71718e18197e87b Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 2 Mar 2022 16:00:53 +0100 Subject: [PATCH] Update minimum requirements for ilo drivers The proliantutils version needed is updated to 2.13.0 When running tests with older versions we get the error: AttributeError: None does not have the attribute 'IloClient' Change-Id: I6ab0672679c9d929c1e7c43a5966e6ad1e5353c0 Co-Authored-By: Thomas Goirand --- driver-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-requirements.txt b/driver-requirements.txt index 3b22c030d8..da312468e6 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -4,7 +4,7 @@ # python projects they should package as optional dependencies for Ironic. # These are available on pypi -proliantutils>=2.11.0 +proliantutils>=2.13.0 pysnmp>=4.3.0,<5.0.0 python-scciclient>=0.8.0 python-dracclient>=5.1.0,<9.0.0