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
This commit is contained in:
Douglas Mendizábal 2019-04-05 13:23:05 -05:00 committed by Andreas Jaeger
parent 6cb66f640a
commit a5c1ae6ace
2 changed files with 2 additions and 2 deletions

View File

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

View File

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