From 6bb4e7b17cb7349791d74259bffd8d34ed7188ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 10:56: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-URLLIB3-14896210 --- 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..7eea353fa 100644 --- a/projects/XKCD_downloader/requirements.txt +++ b/projects/XKCD_downloader/requirements.txt @@ -4,4 +4,4 @@ chardet==3.0.4 idna==2.10 requests==2.24.0 soupsieve==2.0.1 -urllib3==1.25.10 +urllib3==2.6.3