From ea0068b2b0d7b675a5be793971ec6c9cb61b10cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 08:10:04 +0000 Subject: [PATCH] fix: Python/Python_Library_Downloader/Unix/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- Python/Python_Library_Downloader/Unix/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Python_Library_Downloader/Unix/requirements.txt b/Python/Python_Library_Downloader/Unix/requirements.txt index 4ca33defc..24820b620 100644 --- a/Python/Python_Library_Downloader/Unix/requirements.txt +++ b/Python/Python_Library_Downloader/Unix/requirements.txt @@ -12,7 +12,7 @@ seaborn==0.10.1 joblib==0.14.0 # Easy http requests -requests==2.22.0 +requests==2.32.0 selenium==3.141.0 ##### Machine Learning packages