Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit c44c338

Browse files
anthonyzhang25facebook-github-bot
authored andcommitted
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
1 parent 24f428e commit c44c338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fbpcs/pip_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ thriftpy2==0.4.14
1313
pytz>=2022.1
1414
thrift>=0.16.0 # logging_service client requires this
1515
tqdm==4.55.1 # fbpcp requires this version, so we must as well
16-
urllib3==1.26.7 # fbpcp requires this version, so we must as well
16+
urllib3==1.26.17 # fbpcp requires this version, so we must as well
1717
fastapi==0.93.0 # required by smart agent setup
1818
uvicorn==0.20.0 # required by smart agent setup

0 commit comments

Comments
 (0)