From 8da5710695c9f182159fbdb2858d5fc6619b3145 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 12:04:34 +0000 Subject: [PATCH] fix: Python/Music_Genre_Classification/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-15268069 - https://snyk.io/vuln/SNYK-PYTHON-NBCONVERT-14463457 - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 --- Python/Music_Genre_Classification/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Python/Music_Genre_Classification/requirements.txt b/Python/Music_Genre_Classification/requirements.txt index 42b42bdc9..29eabf89f 100644 --- a/Python/Music_Genre_Classification/requirements.txt +++ b/Python/Music_Genre_Classification/requirements.txt @@ -38,7 +38,7 @@ jupyter-console==6.2.0 jupyter-core==4.7.0 jupyterlab-pygments==0.1.2 jupyterlab-widgets==1.0.0 -Keras==2.4.3 +Keras==3.13.2 Keras-Preprocessing==1.1.2 kiwisolver==1.3.1 librosa==0.8.0 @@ -48,7 +48,7 @@ MarkupSafe==1.1.1 matplotlib==3.3.3 mistune==0.8.4 nbclient==0.5.1 -nbconvert==6.0.7 +nbconvert==7.17.0 nbformat==5.1.2 nest-asyncio==1.4.3 notebook==6.2.0 @@ -65,7 +65,7 @@ Pillow==8.0.1 pooch==1.3.0 prometheus-client==0.9.0 prompt-toolkit==3.0.10 -protobuf==3.14.0 +protobuf==5.29.6 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.20