From afb5cfa6d88a1912b4dc06265e251d1dfeba5687 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 07:45:38 +0000 Subject: [PATCH] fix: packages/python/plotly/optional-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 --- packages/python/plotly/optional-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/plotly/optional-requirements.txt b/packages/python/plotly/optional-requirements.txt index 3a02a440624..f7c859e7fc4 100644 --- a/packages/python/plotly/optional-requirements.txt +++ b/packages/python/plotly/optional-requirements.txt @@ -55,3 +55,4 @@ shapely ## image uri conversion pillow +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability