From 94ba2641e338527f8b6f682540716fe883225fb9 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 5 Feb 2021 21:01:39 +0000 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df346381b0..638dfadc0f 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