From a893017738a4cb56663ab819c442887798894392 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Jun 2025 08:09:24 +0000 Subject: [PATCH] fix: projects/XKCD_downloader/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- projects/XKCD_downloader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/XKCD_downloader/requirements.txt b/projects/XKCD_downloader/requirements.txt index 34e94afcf..12a8a172f 100644 --- a/projects/XKCD_downloader/requirements.txt +++ b/projects/XKCD_downloader/requirements.txt @@ -2,6 +2,6 @@ beautifulsoup4==4.9.1 certifi==2020.6.20 chardet==3.0.4 idna==2.10 -requests==2.24.0 +requests==2.32.4 soupsieve==2.0.1 urllib3==1.25.10