From 65a9a652aaf72a3af41f9b4758987778ade26a9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 23:57:51 +0000 Subject: [PATCH] fix: doc-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 --- doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index 65b0f20e..e3cc8fa4 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -96,7 +96,7 @@ text-unidecode==1.3 # via python-slugify unidecode==1.3.2 # via python-slugify -urllib3==1.26.7 +urllib3==1.26.17 # via requests # The following packages are considered to be unsafe in a requirements file: