summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-14 04:12:58 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-11-14 04:12:58 +0000
commit8dbb9f4d026952482803ef125575a6faecb02be3 (patch)
tree77c6c88a382502ceee636b99ca8b788c97f9a245
parent37bcb98f3eba5c811460e1409d7a31b7521534c2 (diff)
downloadpycadf-8dbb9f4d026952482803ef125575a6faecb02be3.tar.gz
Updated from global requirements
Change-Id: I9d31d220c6fbc4a7aa8d5cc5261095e4ed86d0b8
-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..8551fce 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.6.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.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 5b291f0..cd0c847 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,5 +13,5 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
# this is required for the docs build jobs
-openstackdocstheme>=1.11.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
sphinx>=1.6.2 # BSD