summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2022-03-02 16:00:53 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2022-03-02 16:00:53 +0100
commite11cfdb8494814c6550dbf50c71718e18197e87b (patch)
treeff9fe01d97dee03c091217b7db12da7e2447b525
parent2907f983cab65199a4ff0cc0bf7dd2213f3056aa (diff)
downloadironic-e11cfdb8494814c6550dbf50c71718e18197e87b.tar.gz
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 <thomas@goirand.fr>
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 3b22c030d..da312468e 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