From 5874c83b9b6878b61016327e13b9d6ad5ff275fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 20:35:40 +0000 Subject: [PATCH] fix: Fundamentals-of-Deep-Learning-Book/archive/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-10364902 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- Fundamentals-of-Deep-Learning-Book/archive/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fundamentals-of-Deep-Learning-Book/archive/requirements.txt b/Fundamentals-of-Deep-Learning-Book/archive/requirements.txt index a74ed7a..33682b7 100644 --- a/Fundamentals-of-Deep-Learning-Book/archive/requirements.txt +++ b/Fundamentals-of-Deep-Learning-Book/archive/requirements.txt @@ -17,7 +17,7 @@ pexpect==4.2.1 pickleshare==0.7.4 Pillow==4.2.1 prompt-toolkit==1.0.15 -protobuf==3.4.0 +protobuf==4.25.8 ptyprocess==0.5.2 Pygments==2.2.0 pyparsing==2.2.0 @@ -30,3 +30,4 @@ tensorflow-tensorboard==0.1.4 traitlets==4.3.2 wcwidth==0.1.7 Werkzeug==0.12.2 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability