summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2022-05-24 08:17:02 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2022-05-24 08:17:02 -0700
commit16a38600a86570285dadc671e646d89b845407bb (patch)
tree08059e92ba9a243e7459307ce2c44cbeff9c8a66
parent014d37743a3b5694e0e2a3cabfafe885417172d5 (diff)
downloadironic-python-agent-16a38600a86570285dadc671e646d89b845407bb.tar.gz
Update oslo.log requirement to 4.6.1
Previously IPA was set to enforce a minimum version of 3.36.0 which was a Python2 version build which does did not support more recent versions of python. Given that relationship is realistically impossible moving the minimum to something released a bit more recently, in this case 4.6.1. Change-Id: Ibfbcc1196eb9f583ba9d79bae7988d64de514f6d
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index d7068f03..d84bb89d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
netifaces>=0.10.4 # MIT
oslo.config>=5.2.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
-oslo.log>=3.36.0 # Apache-2.0
+oslo.log>=4.6.1 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
oslo.utils>=3.34.0 # Apache-2.0