From cb2a874fee5150e480e96835affd04dae7c1547d Mon Sep 17 00:00:00 2001 From: Di Date: Thu, 18 Jul 2024 10:37:31 +0800 Subject: [PATCH] Update requirements.txt 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 e0ad5e8be8..c7f77243c7 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