From 9c1a5d5c4a5bb5b5500085a8de9e6a7247a172ff Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 25 Apr 2018 15:48:12 -0400 Subject: [PATCH] Change minimum pecan version to 1.1.1 pecan 1.1.1 was release on June 3, 2016, so it should be safe to move forward to it. Should clean-up a lot of these warnings: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead Change-Id: I948cbc537123b6a0bcc781d1d7b5ac09895c3851 --- 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 a961a6ce0a8..d729183b236 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -89,7 +89,7 @@ ovsdbapp==0.9.1 Paste==2.0.2 PasteDeploy==1.5.0 pbr==2.0.0 -pecan==1.0.0 +pecan==1.1.1 pep8==1.5.7 pika-pool==0.1.3 pika==0.10.0 diff --git a/requirements.txt b/requirements.txt index a75eac216bf..0d75e46e367 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.0.0 # BSD +pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.1.1 # BSD httplib2>=0.9.1 # MIT Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=4.17.0 # Apache-2.0