From 8f2f5a26e6e4b1e420856349310cf2e83de022a6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:49:42 +0000 Subject: [PATCH] fix: notebooks/example/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- notebooks/example/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/example/requirements.txt b/notebooks/example/requirements.txt index 976a2b1f39..c027ac3515 100644 --- a/notebooks/example/requirements.txt +++ b/notebooks/example/requirements.txt @@ -1 +1,2 @@ transformers +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability