From e92193d246c8ea30d42a064297bb7a1955c62a98 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 30 Jul 2020 15:21:34 -0400 Subject: [PATCH] Updating the pecan version requirement There's a fix in pecan 1.4 to handle accept headers that have extra parameters included. Closes-Bug: #1829042 Change-Id: Id7d78d77da8dfd1620936e437d862c1d60e8eb25 --- 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 c1e002de288..faad4d4ad9c 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -84,7 +84,7 @@ ovsdbapp==1.3.0 Paste==2.0.2 PasteDeploy==1.5.0 pbr==4.0.0 -pecan==1.3.2 +pecan==1.4.0 pika-pool==0.1.3 pika==0.10.0 positional==1.2.1 diff --git a/requirements.txt b/requirements.txt index 8f5fb0433ea..bdf89e6dd4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Routes>=2.3.1 # MIT debtcollector>=1.19.0 # Apache-2.0 decorator>=3.4.0 # BSD eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT -pecan>=1.3.2 # BSD +pecan>=1.4.0 # BSD httplib2>=0.9.1 # MIT requests>=2.14.2 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause)