IBM / lmctl

Cloud Pak for Network Automation (CP4NA) (previously ALM/TNCO) command line tool
Apache License 2.0
4 stars 19 forks source link

Issue/135 - Support PyYAML 6.0 #136

Closed dvaccarosenna closed 2 years ago

dvaccarosenna commented 2 years ago

Closes #135

Increasing the maximum bound of PyYAML dependency to allow 6.x versions to be used. YAML is used heavily in lmctl and covered by existing tests, which all pass.

The PyYAML v6.0 release notes do not include any breaking changes which would suggest lmctl cannot use it safely.