From c483a64e74cb4fd1487019693e6d34d151c6e3ef Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Tue, 14 Jun 2016 16:04:27 +0200 Subject: [PATCH] Bump oslo.i18n to 3.1.0 This change makes sure that an old version of oslo.i18n will not break the python-*client packages. Change-Id: I0089fa1bc78d3dd3c76a52e6cd3f3dc8603a2e81 Closes-Bug: #1591158 Related-Bug: #1533672 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f20aba..8cf4a18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ elasticsearch git+git://github.com/openstack/fuel-devops.git@2.9.20 -oslo.config<3.11.0 # python-keystoneclient (dependency of fuel-qa) fails with the latest oslo.config +oslo.i18n>=3.1.0 # the more recent python-*client (dependencies of fuel-qa) require at least this version of oslo.i18n PyYAML requests selenium