From 19d43a522bc8b915ddda23567dd3881b6e929dbd Mon Sep 17 00:00:00 2001 From: Ramon Saraiva Date: Sun, 9 Oct 2022 16:50:13 -0300 Subject: [PATCH] Upgrade lxml to 4.9.1 removing security concerns and using its latest version --- scripts/Wallpaper Engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Wallpaper Engine/requirements.txt b/scripts/Wallpaper Engine/requirements.txt index 5fee0d8..e99d42f 100644 --- a/scripts/Wallpaper Engine/requirements.txt +++ b/scripts/Wallpaper Engine/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.4.1 bs4==0.0.1 -lxml==4.6.3 +lxml==4.9.1 requests==2.20.0 tqdm==4.7.6