From 1a5d7e9cbc198868c1924a6250e79250f496e7bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 04:45:55 +0000 Subject: [PATCH] fix: extra/protobuf/protobuf-24.4/python/docs/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- extra/protobuf/protobuf-24.4/python/docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/protobuf/protobuf-24.4/python/docs/requirements.txt b/extra/protobuf/protobuf-24.4/python/docs/requirements.txt index 784c889b4c4c..6cf35a1b1559 100644 --- a/extra/protobuf/protobuf-24.4/python/docs/requirements.txt +++ b/extra/protobuf/protobuf-24.4/python/docs/requirements.txt @@ -3,3 +3,4 @@ jinja2==3.0.0 sphinx==3.0.4 sphinx_rtd_theme==0.4.3 sphinxcontrib-napoleon==0.7 +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability