From 1adb524da39e3bda6f7eb0a5a5637eeea77c2ac7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 09:58:37 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84b68da70b9..705f648c20c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ requests -aiohttp \ No newline at end of file +aiohttp +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file