From a5c1ae6acee17fee3b056e5280a699a6e80164d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Fri, 5 Apr 2019 13:23:05 -0500 Subject: [PATCH] Update Castellan minimum version Barbican added support for AppRole in the Vault backend for Stein. It requires at least version 1.2.1 to work. Change-Id: I40f2a4932eaafa61fcdc3884c0d7e3f3470788c2 Story: 2005359 Task: 30329 --- 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 67418c1c7..5100b2429 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -8,7 +8,7 @@ bandit==1.1.0 bcrypt==3.1.4 beautifulsoup4==4.6.0 cachetools==2.0.1 -castellan==0.17 +castellan==1.2.1 certifi==2018.1.18 cffi==1.7.0 chardet==3.0.4 diff --git a/requirements.txt b/requirements.txt index 56f193bbe..cc3d8f7c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,4 +31,4 @@ six>=1.10.0 # MIT SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT stevedore>=1.20.0 # Apache-2.0 WebOb>=1.7.1 # MIT -castellan >= 0.17 # Apache-2.0 +castellan >= 1.2.1 # Apache-2.0