From 10c76abee279f4135fd4b12e1da4d0a5453ea332 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 04:35:05 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de41880..406b3c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ toml==0.10.0 typed-ast==1.4.1 tzlocal==2.0.0 uritemplate==3.0.1 -urllib3==1.26.5 +urllib3==2.5.0 websockets==10.0 wrapt==1.11.2 yarl==1.4.2