diff options
author | Lance Bragstad <lbragstad@gmail.com> | 2021-02-05 21:01:39 +0000 |
---|---|---|
committer | Lance Bragstad <lbragstad@gmail.com> | 2021-02-05 21:03:39 +0000 |
commit | 94ba2641e338527f8b6f682540716fe883225fb9 (patch) | |
tree | 0b8cdeb7a5b271219558ecb6775d37b6d5a2dc53 | |
parent | f81843aa05cdc3b20f3a85fb30fb098b4fa7dbd9 (diff) | |
download | ironic-94ba2641e338527f8b6f682540716fe883225fb9.tar.gz |
Update oslo.policy requirement to version 3.6.2
This version of oslo.policy includes fixes that ensure the Enforcer only
modifies copies of the rules, making it safer in environments that run
tests in parallel where the Enforcer is configured differently.
Change-Id: I8d7a06558cbf073487707fc33219e43beb5fc043
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index df346381b..638dfadc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ oslo.db>=6.0.0 # Apache-2.0 oslo.rootwrap>=5.8.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.policy>=3.6.2 # 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.upgradecheck>=1.3.0 # Apache-2.0 |