From b802c054b0506feaee7f902c785c218bbc78dcb8 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:15:34 +0000 Subject: [PATCH 1/3] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NBCONVERT-14463457 - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 --- pip-sample/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 1d7c58ab9..c3109b726 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -24,7 +24,7 @@ jupyter-client==5.2.3 jupyter-core==4.4.0 kiwisolver==1.0.1 mistune==0.8.3 -nbconvert==5.4.0 +nbconvert==7.17.0 nbformat==4.4.0 nltk==3.3 notebook==5.7.0 @@ -34,7 +34,7 @@ parso==0.3.1 pexpect==4.6.0 pickleshare==0.7.5 prometheus-client==0.3.1 -protobuf==3.6.1 +protobuf==6.33.5 protobuf-to-dict==0.1.0 ptyprocess==0.6.0 Pygments==2.2.0 From b3c4fc1e16b783dbda2693185101dc85a7f73f9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 10:07:52 +0000 Subject: [PATCH 2/3] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NBCONVERT-14463457 - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 From 9ee2a2531ff61e32b1e342b6276a0d4dbcc04845 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 13:24:24 +0000 Subject: [PATCH 3/3] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NBCONVERT-14463457 - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738