From fcf84e68d0cf01299c7fa1a3829fb47904e9aaa8 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 13 Jul 2015 16:09:17 -0400 Subject: [PATCH] Update lxml to 3.4.4 --- docs/shared/requirements.txt | 2 +- requirements/edx-sandbox/post.txt | 2 +- requirements/edx/base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/shared/requirements.txt b/docs/shared/requirements.txt index 0eb1869d56..7d194fa2bb 100644 --- a/docs/shared/requirements.txt +++ b/docs/shared/requirements.txt @@ -34,7 +34,7 @@ feedparser==5.1.3 git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b GitPython==0.3.2.RC1 glob2==0.3 -lxml==3.3.6 +lxml==3.4.4 mako==0.7.3 Markdown==2.2.1 mock==1.0.1 diff --git a/requirements/edx-sandbox/post.txt b/requirements/edx-sandbox/post.txt index 3a5fcb0baa..dd3dc80d43 100644 --- a/requirements/edx-sandbox/post.txt +++ b/requirements/edx-sandbox/post.txt @@ -6,4 +6,4 @@ # Packages to install in the Python sandbox for secured execution. scipy==0.14.0 -lxml==3.3.6 +lxml==3.4.4 diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 728db67e20..4bb8bcde1f 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -44,7 +44,7 @@ glob2==0.3 gunicorn==0.17.4 httpretty==0.8.3 lazy==1.1 -lxml==3.3.6 +lxml==3.4.4 mako==0.9.1 Markdown==2.2.1 --allow-external meliae