From 030c84322cb075fa9833981fc0c4d2ce29f76971 Mon Sep 17 00:00:00 2001 From: Bryan Strassner Date: Mon, 5 Feb 2018 09:56:14 -0600 Subject: [PATCH] Align test-reqs with airflow image Updated to 1.9.0 in test-requirements.txt Change-Id: I70e6bc7f7a39691ea1298fc5cf09d203ca3fd91c --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 18e8f0f5..04a07f7f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ pytest-cov==2.5.1 mock==2.0.0 responses==0.8.1 testfixtures==5.1.1 -apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.8.1 +apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.9.0 # Linting flake8==3.3.0