From cb32cfcf6e3106bc451acb7c2de425ce42f5362f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 08:19:37 +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-6928867 --- .../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..2b81159fb920d 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.0 # not directly required, pinned by Snyk to avoid a vulnerability