From c44c33846e39edc882534e7c75ea9753d1c75e19 Mon Sep 17 00:00:00 2001 From: Zhenhuan Zhang Date: Tue, 3 Oct 2023 17:00:52 -0700 Subject: [PATCH] urllib3 dependency in fbpcp and fbpcs Summary: fix security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp and fbpcs Differential Revision: D49893672 --- fbpcs/pip_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbpcs/pip_requirements.txt b/fbpcs/pip_requirements.txt index f3e03e137..9758aff4b 100644 --- a/fbpcs/pip_requirements.txt +++ b/fbpcs/pip_requirements.txt @@ -13,6 +13,6 @@ thriftpy2==0.4.14 pytz>=2022.1 thrift>=0.16.0 # logging_service client requires this tqdm==4.55.1 # fbpcp requires this version, so we must as well -urllib3==1.26.7 # fbpcp requires this version, so we must as well +urllib3==1.26.17 # fbpcp requires this version, so we must as well fastapi==0.93.0 # required by smart agent setup uvicorn==0.20.0 # required by smart agent setup