From 40ba4ebe6a56d786f6f42022e78dc6d4251d582c Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 25 Sep 2018 11:57:01 +0200 Subject: [PATCH] Bump pecan version to 1.3.2 In version 1.3.2 there is fix for issue which caused failure of start neutron-server process. Same issue was also reported in [1] [1] https://bugzilla.redhat.com/show_bug.cgi?id=1597622 Change-Id: Iafe10b13ee729d781a79fcfa328521acfecdaec1 Closes-Bug: #1794259 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 843f7bd141f..847eceeb84f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -88,7 +88,7 @@ ovsdbapp==0.9.1 Paste==2.0.2 PasteDeploy==1.5.0 pbr==2.0.0 -pecan==1.1.1 +pecan==1.3.2 pep8==1.5.7 pika-pool==0.1.3 pika==0.10.0 diff --git a/requirements.txt b/requirements.txt index 08257997caf..2dc5669368a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ PasteDeploy>=1.5.0 # MIT Routes>=2.3.1 # MIT debtcollector>=1.2.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT -pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.1.1 # BSD +pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.3.2 # BSD httplib2>=0.9.1 # MIT requests>=2.14.2 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause)