Update min version required for pyghmi

Version 1.0.24 contains the fix for a typo in the ipmi submodule [1]

https: //opendev.org/x/pyghmi/commit/01ad6710c40be954b0da11fe24b1db31c05797e3
Change-Id: I9dd367671e6c80d39b0c93f2ecb0ec6434f1ea7f
This commit is contained in:
Riccardo Pittau 2021-01-27 11:16:03 +01:00
parent 1d160de11c
commit 3c37174384
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
pyghmi>=1.0.22 # Apache-2.0
pyghmi>=1.0.24 # Apache-2.0
pysnmp>=4.2.3 # BSD
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT