From 88248819facae36030e6ba7a88d98610289d2915 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Mon, 2 Feb 2015 06:09:05 -0800 Subject: [PATCH] Bump oslo.rootwrap to 1.5.0 We broke compatibility with earlier versions when we landed I1fb59b43912afb4b2f85ecade1ee1a7154c9efba. This has since been bumped in global requirements, but we should proactively land this before the bot does to avoid breaking people (like tripleo, perhaps). Change-Id: Ia3efcbe55bc858351ab8bd7366a5ab14d60adab7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11ca1643e7..1009ffe75d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ websockify>=0.6.0,<0.7 oslo.concurrency>=1.4.1 # Apache-2.0 oslo.config>=1.6.0 # Apache-2.0 oslo.db>=1.4.1 # Apache-2.0 -oslo.rootwrap>=1.3.0 +oslo.rootwrap>=1.5.0 oslo.i18n>=1.3.0 # Apache-2.0 oslo.serialization>=1.2.0 # Apache-2.0 oslo.utils>=1.2.0 # Apache-2.0