Skip to content

Commit

Permalink
urllib3 dependency in fbpcp and fbpcs (facebookresearch#524)
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
  • Loading branch information
anthonyzhang25 authored and facebook-github-bot committed Oct 4, 2023
1 parent 0242ddd commit 3c33701
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 3c33701

Please sign in to comment.