summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2020-09-07 12:12:37 +0900
committerAkihiro Motoki <amotoki@gmail.com>2021-01-27 14:02:27 +0000
commitb7bb76eb204ef1cbd6df9f416437263a67371ba5 (patch)
treec1984287c2c37304e535c018a8a249c6a84a674f /requirements.txt
parent29260bbf13801164eed9401c89ecb73870473bb1 (diff)
downloadhorizon-b7bb76eb204ef1cbd6df9f416437263a67371ba5.tar.gz
Support policy-in-code and deprecated policy
This commit allows horizon to handle deprecated policy rules. The approach is explained in the document updated by this change. oslo.policy requirement is updated. oslo.policy 3.2.0 is chosen just because it is the first release in Victoria cycle. requirements.txt and lower-constraints.txt are updated accordingly including oslo.policy dependencies. Change-Id: If5059d03f6bd7e94796065aa1b51c0c23ac85f5e
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 02089ef6c..aaa9ad13a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,10 +23,10 @@ netaddr>=0.7.18 # BSD
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
-oslo.policy>=1.30.0 # Apache-2.0
+oslo.policy>=3.2.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.upgradecheck>=0.1.1 # Apache-2.0
-oslo.utils>=3.33.0 # Apache-2.0
+oslo.utils>=3.40.0 # Apache-2.0
osprofiler>=2.3.0 # Apache-2.0
pymongo!=3.1,>=3.0.2 # Apache-2.0
pyScss>=1.3.7 # MIT License