summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 2adfead2..d16cd825 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -27,13 +27,13 @@ iso8601>=0.1.11 # MIT
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
Jinja2>=2.8 # BSD License (3 clause)
pexpect!=3.3,>=3.1 # ISC License
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.17.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
PyMySQL!=0.7.7,>=0.6.2 # MIT License
Babel>=2.3.4 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 8cb90964..7e605f30 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,7 +8,7 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
os-api-ref>=1.0.0 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache2
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
nose # LGPL
nosexcover # BSD
openstackdocstheme>=1.5.0 # Apache-2.0