From 388b9ddcacc6539433fe2d37534414126dd47826 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 22 Mar 2024 13:18:52 +0100 Subject: [PATCH] Update min required version of scciclient For compatibility with pysnmp-lextudio and pyasn1 we increase the minimum required version of python-scciclient to latest available. Also capping proliantutils to avoid breaking changes. Change-Id: I64587d24383dc05927135d7e7e3a2a6975a58558 --- driver-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver-requirements.txt b/driver-requirements.txt index 8b5bec94c2..f72b45cd42 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -4,11 +4,11 @@ # python projects they should package as optional dependencies for Ironic. # These are available on pypi -proliantutils>=2.16.2 +proliantutils>=2.16.2,<2.17.0 pysnmp-lextudio>=5.0.0 # BSD pyasn1>=0.5.1 # BSD pyasn1-modules>=0.3.0 # BSD -python-scciclient>=0.15.0 +python-scciclient>=0.16.0,<0.17.0 python-dracclient>=5.1.0,<9.0.0 python-xclarityclient>=0.1.6