From 6bb717194a802c57dbd740b3764beca0d86fc43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:17:30 +0000 Subject: [PATCH] Bump lxml from 4.3.2 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.3.2 to 4.9.1. - [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-4.3.2...lxml-4.9.1) --- 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 3dca232..63dcba9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ html2text==2018.1.9 Jinja2==2.10.1 libsass==0.17.0 lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7' -lxml==4.3.2 ; sys_platform != 'win32' and python_version >= '3.7' +lxml==4.9.1 ; sys_platform != 'win32' and python_version >= '3.7' lxml ; sys_platform == 'win32' Mako==1.0.7 MarkupSafe==1.1.0