From f3be1032f3dca1460d5b8fd1c6348674acfbfe9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 01:15:19 +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-7267250 --- doc/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 6b3db178fa..364f00e582 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -11,4 +11,5 @@ nbformat matplotlib seaborn mypy_extensions>=0.4 -# mistune<2 \ No newline at end of file +# mistune<2 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file