Skip to content

Commit c3ce2c6

Browse files
Zhenhuan Zhangfacebook-github-bot
authored andcommitted
urllib3 dependency in fbpcp and fbpcs
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
1 parent 0242ddd commit c3ce2c6

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)