diff options
author | Lance Bragstad <lbragstad@gmail.com> | 2020-11-18 20:11:28 +0000 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2021-01-19 10:59:48 -0800 |
commit | 6ea73bdfbb53486cf9905d21024d16cbf5829b2c (patch) | |
tree | c68ef4dac5c64d16ee33af0147c17ef136b9530f /requirements.txt | |
parent | 7b0487df2e9b1c2e9faa92bdcd313d9222feaa86 (diff) | |
download | ironic-6ea73bdfbb53486cf9905d21024d16cbf5829b2c.tar.gz |
Bump oslo.log requirement to 4.3.0
This ensures we have the WALLABY marker available for deprecation
noticies.
Change-Id: Ic91f34a90fdd0c22c06c669551eaf6f9a398956b
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 5dccb8abf..df346381b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ oslo.config>=6.8.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 oslo.db>=6.0.0 # Apache-2.0 oslo.rootwrap>=5.8.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 +oslo.log>=4.3.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 oslo.policy>=3.6.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 |