From 01bdbbc0fb81c09cbb5917e43124df0c1eac94bd Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Mon, 25 Sep 2017 14:04:54 -0700 Subject: [PATCH] Update LXML dependency to 4.0 LXML 4.0.0 has wheels for all platforms/Python versions we support. It is faster and has several bug fixes. --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 71d41906607a..d8b53feb3fec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ flake8 flake8-bugbear; python_version >= '3.5' flake8-pyi; python_version >= '3.6' -lxml<4.0.0; sys_platform != 'win32' or python_version == '3.5' or python_version == '3.6' +lxml==4.0.0 typed-ast>=1.1.0,<1.2.0 pytest>=3.0 pytest-xdist>=1.18