Repository: incubator-airflow Updated Branches: refs/heads/master 78da52fee -> 5290688ee
[AIRFLOW-2723] Update lxml dependancy to >= 4.0.0 Closes #3583 from neil90/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/5290688e Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/5290688e Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/5290688e Branch: refs/heads/master Commit: 5290688ee0576ad167d9622c96cdeb08e9965a20 Parents: 78da52f Author: Neil Patel <[email protected]> Authored: Fri Jul 13 12:12:39 2018 +0200 Committer: Fokko Driesprong <[email protected]> Committed: Fri Jul 13 12:12:39 2018 +0200 ---------------------------------------------------------------------- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/5290688e/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 99a31ad..630c793 100644 --- a/setup.py +++ b/setup.py @@ -204,7 +204,7 @@ devel = [ 'click', 'freezegun', 'jira', - 'lxml>=3.3.4', + 'lxml>=4.0.0', 'mock', 'mongomock', 'moto==1.1.19', @@ -270,7 +270,7 @@ def do_setup(): 'gunicorn>=19.4.0, <20.0', 'iso8601>=0.1.12', 'jinja2>=2.7.3, <2.9.0', - 'lxml>=3.6.0, <4.0', + 'lxml>=4.0.0', 'markdown>=2.5.2, <3.0', 'pandas>=0.17.1, <1.0.0', 'pendulum==1.4.4',
