From 499ae9588141b04ab9c6e1ecd421f5cd9af5f447 Mon Sep 17 00:00:00 2001 From: Bence Romsics Date: Thu, 24 Nov 2022 16:27:36 +0100 Subject: [PATCH] Bump pecan to fix #1829042 This has a long history [1][2] but at this point we are already using 1.4.0+ versions of pecan so this change is proven to be safe. [1] https://review.opendev.org/c/openstack/neutron/+/752058 [2] https://review.opendev.org/c/openstack/requirements/+/747419 Change-Id: I9fa0ed8c2170baa98e4dad868e0f614f92f6c7ab Closes-Bug: #1829042 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a6755da7dd..6fdb6479835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ Routes>=2.3.1 # MIT debtcollector>=1.19.0 # Apache-2.0 decorator>=4.1.0 # BSD eventlet>=0.26.1 # MIT -pecan>=1.3.2 # BSD +pecan>=1.4.0 # BSD httplib2>=0.9.1 # MIT requests>=2.18.0 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause)