Skip to content

Commit

Permalink
urllib3 dependency in fbpcp and fbpcs
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/fbpcs#2347

fix security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp and fbpcs

Differential Revision: D49893672

fbshipit-source-id: bc3c91097b3d00528ffb8260965f8ce27922c5e3
  • Loading branch information
Zhenhuan Zhang authored and facebook-github-bot committed Oct 4, 2023
1 parent 0242ddd commit c3ce2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

install_requires = [
"boto3==1.18.57",
"urllib3==1.26.7",
"urllib3==1.26.17",
"dataclasses-json==0.5.2",
"pyyaml==5.4.1",
"tqdm==4.55.1",
Expand Down

0 comments on commit c3ce2c6

Please sign in to comment.