From 5c23f6fe29bb3ca6a3b5b8f725c068b97af92c3f Mon Sep 17 00:00:00 2001 From: Reid Miller Date: Sun, 3 Sep 2017 19:36:06 -0400 Subject: [PATCH] #108 Upgraded lxml dependency from 3.6.1 to 3.6.4. I would like to upgrade further, but don't think it's prudent until we get unit tests and integration tests sorted in #130. Then we could probably bump the version up further. For now, I think upgrading the dependency from 3.6.1 to 3.6.4 is fairly safe (unit tests pass) and the version change bring in stabilization fixes only. See http://lxml.de/3.6/changes-3.6.4.html for details. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0140ff9..66c2ed6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ certifi freezegun html5lib libfaketime -lxml==3.6.1 +lxml==3.6.4 mock nose-timer nose==1.3.1 diff --git a/setup.py b/setup.py index ba3b85a..e8dfe30 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def find_version(*file_paths): 'requests', 'celery>=3.1', 'xlrd', - 'lxml==3.6.1', + 'lxml==3.6.4', 'html5lib', 'mock', 'certifi'