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
This commit is contained in:
Slawek Kaplonski 2018-09-25 11:57:01 +02:00
parent ef71a924cf
commit 40ba4ebe6a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)