Bump oslo.log>=5.0.0 version

In zed cycle, OpenStack projects and oslo lib
has dropped the py3.6 and py3.7 support

- https://governance.openstack.org/tc/reference/runtimes/zed.html

With oslo not supporting the py3.6 and py3.7, we disscussed in cyborg
team, and we will remove the py3.6 and py3.7 support too, and we should
bump oslo.log>=5.0.0 to support.

Change-Id: Ie297062d3e274ff7d34af11bdc78cc7db67eb26d
This commit is contained in:
zhangbailin 2022-06-04 15:59:16 +08:00 committed by Brin Zhang
parent 8f04a31e18
commit 749a47424d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ keystoneauth1>=3.3.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.log>=5.0.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
os-client-config>=1.28.0 # Apache-2.0