From a492faea18bf5696bd876160e86a497e0bc8972d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 00:09:56 +0000 Subject: [PATCH] Bump apache-airflow from 1.8.2 to 1.10.3 Bumps [apache-airflow](https://github.com/apache/airflow) from 1.8.2 to 1.10.3. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/master/CHANGELOG.txt) - [Commits](https://github.com/apache/airflow/compare/1.8.2...1.10.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91bb71f..1bde6e1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'pandas==0.22.0', 'autovizwidget', 'thrift-sasl==0.2.1', - 'apache-airflow==1.8.2', + 'apache-airflow==1.10.3', 'nbdime', 'gitpython', 'mysql-connector-python-rf'