From fa5a5a0166851ee8eb51bd0b4878e1496234d5ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 09:03:18 +0000 Subject: [PATCH] fix: nb/class_transformation_model/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 --- nb/class_transformation_model/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nb/class_transformation_model/requirements.txt b/nb/class_transformation_model/requirements.txt index b3dfd03..602fe6b 100644 --- a/nb/class_transformation_model/requirements.txt +++ b/nb/class_transformation_model/requirements.txt @@ -6,4 +6,5 @@ ipywidgets==8.0.4 scikit-learn==1.1.1 scikit-uplift==0.5.1 typing-extensions==4.4.0 -xgboost==1.7.2 \ No newline at end of file +xgboost==1.7.2 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file