Skip to content

Commit 073b154

Browse files
kavehshahediMatthewKhouzam
authored andcommitted
[FIX] Upgrade "requests" to version 2.32.4 due to security vulnerability
Due to CVE-2024-47081 security issue, particularly indicated in the requests library (i.e., Python library), this commit fixes the concern by upgrading it to the proper safe and stable version. Signed-off-by: Kaveh Shahedi <kavehshahedi@gmail.com>
1 parent f06dbab commit 073b154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python-dotenv==1.0.1
44
scikit-learn>=1.4.0
55
scipy>=1.12.0
66
loguru==0.7.2
7-
requests==2.32.3
7+
requests==2.32.4
88
tqdm==4.66.5
99
matplotlib>=3.8.0
1010
seaborn==0.13.2

0 commit comments

Comments
 (0)