Skip to content

Commit

Permalink
urllib3 dependency in fbpcp and fbpcs
Browse files Browse the repository at this point in the history
Summary: fix security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp and fbpcs

Differential Revision: D49893672
  • Loading branch information
anthonyzhang25 authored and facebook-github-bot committed Oct 4, 2023
1 parent 24f428e commit c44c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbpcs/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c44c338

Please sign in to comment.