From 18fcdf15215f5879c569407aac7d927f4ceb0b55 Mon Sep 17 00:00:00 2001 From: Di Date: Wed, 4 Dec 2024 12:10:05 +0800 Subject: [PATCH] Update requirements.txt (#1829) Update urllib3 dependency according to https://github.com/advisories/GHSA-34jh-p97f-mpxf --- scripts/data_collector/br_index/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data_collector/br_index/requirements.txt b/scripts/data_collector/br_index/requirements.txt index e0ad5e8be..c7f77243c 100644 --- a/scripts/data_collector/br_index/requirements.txt +++ b/scripts/data_collector/br_index/requirements.txt @@ -28,7 +28,7 @@ termcolor==1.1.0 tqdm==4.63.0 trio==0.20.0 trio-websocket==0.9.2 -urllib3==1.26.8 +urllib3==1.26.19 wget==3.2 wsproto==1.1.0 yahooquery==2.2.15