From 369b06c7ffec44a1abcb2fa0629f3c6f15e6abab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:58:56 +0000 Subject: [PATCH] build(deps): bump lxml from 2.3.4 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 2.3.4 to 4.6.5. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-2.3.4...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e868bb3..39d8137 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ MySQL-python==1.2.3 South==0.7.3 django-registration==0.8 requests==0.12.1 -lxml==2.3.4 +lxml==4.6.5 django-compressor==1.1.2 BeautifulSoup==3.2.1 gunicorn==0.14.3