From ed5bb1bcded0c8e829db916e31c82bf4bde0e4a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 11:38:39 +0000 Subject: [PATCH] fix: lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- .../Python/module/pexpect-4.6/requirements-testing.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt b/lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt index 1894122c85c56..e65a2cc135240 100644 --- a/lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt +++ b/lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt @@ -3,3 +3,4 @@ pytest-cov coverage coveralls pytest-capturelog +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability