Skip to content

Commit 86c5710

Browse files
committed
Bump lxml to 4.6.5 and pin to 4.7.1
This is a fix for a security issue CVE-2021-43818 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d06bbea commit 86c5710

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ javaproperties==0.8.0
3333
Jinja2==3.0.1
3434
jsonstreams==0.6.0
3535
license-expression==21.6.14
36-
lxml==4.6.3
36+
lxml==4.7.1
3737
MarkupSafe==2.0.1
3838
more-itertools==8.8.0
3939
normality==2.2.2

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install_requires =
7777
jinja2 >= 2.7.0
7878
jsonstreams >= 0.5.0
7979
license_expression >= 21.6.14
80-
lxml >= 4.6.3
80+
lxml >= 4.6.5
8181
MarkupSafe >= 1.0
8282
packageurl_python >= 0.9.0
8383
packaging > 20

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ install_requires =
7777
jinja2 >= 2.7.0
7878
jsonstreams >= 0.5.0
7979
license_expression >= 21.6.14
80-
lxml >= 4.6.3
80+
lxml >= 4.6.5
8181
MarkupSafe >= 1.0
8282
packageurl_python >= 0.9.0
8383
packaging > 20

0 commit comments

Comments
 (0)