From 3ea20f42ea720549fd78cc51f85539421f028a2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 09:46:04 +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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- 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..7ba42be60 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.0