Skip to content

Commit 3c33701

Browse files
anthonyzhang25facebook-github-bot
authored andcommitted
urllib3 dependency in fbpcp and fbpcs (facebookresearch#524)
Summary: X-link: facebookresearch/fbpcs#2347 fix security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp and fbpcs Differential Revision: D49893672
1 parent 0242ddd commit 3c33701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
install_requires = [
1212
"boto3==1.18.57",
13-
"urllib3==1.26.7",
13+
"urllib3==1.26.17",
1414
"dataclasses-json==0.5.2",
1515
"pyyaml==5.4.1",
1616
"tqdm==4.55.1",

0 commit comments

Comments
 (0)