From a0a504afe077e409e4235c315a29d4513359cef1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 04:32:34 +0000 Subject: [PATCH] fix: docs/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 --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 73ffd26..18c7176 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,4 +5,5 @@ sphinx_rtd_theme # This allows the sphinx autodoc module # to load the Python modules and extract docstrings. # -e .. -pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file