From 0143b2d7275cab418a49bb3bd34d28bebd45a3d5 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 15 Jun 2018 23:33:20 -0500 Subject: [PATCH] fix(gate): make the functional gate to pass This patch set allows the functional gate of airship-deckhand to pass once again. Change-Id: I72406464ee490319dc6fa31851a235f0b5850467 Signed-off-by: Tin Lam --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a976b8b..8a66e7fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking>=1.0.0 # Apache-2.0 -alembic==0.8.2 # MIT +alembic>=0.9.6 # MIT falcon>=1.4.1 # Apache-2.0 pbr!=2.1.0,>=3.1.1 # Apache-2.0 PasteDeploy>=1.5.2 # MIT