From 6e5cdce95a559d56d363e7c05c3743696ffad399 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 07:07:46 +0000 Subject: [PATCH] fix: local-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 --- local-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/local-requirements.txt b/local-requirements.txt index 24f15a179..9ba81bfe4 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -22,3 +22,4 @@ twisted==23.10.0 types-pyOpenSSL==24.0.0.20240130 types-requests==2.31.0.10 wheel==0.41.2 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability