summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-15 01:49:43 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-15 01:49:43 +0000
commitace14f8346f4aa98bd6a65629afe6fbd7a50a048 (patch)
tree7c2393a8091e5706e3a9b831fad590e34ce8e8e8
parent3014286ac53c085dec880acb448871627e8260f2 (diff)
downloadpycadf-ace14f8346f4aa98bd6a65629afe6fbd7a50a048.tar.gz
Updated from global requirements
Change-Id: I0b762403029927663ad35ded540f951f0801ae6e
-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 20e4ea5..dbe71b9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-oslo.config>=3.22.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
pytz>=2013.6 # MIT
six>=1.9.0 # MIT
debtcollector>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 68accfd..dbce667 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,4 +14,4 @@ testtools>=1.4.0 # MIT
# this is required for the docs build jobs
oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD