Skip to content

Commit bc8adb6

Browse files
anthonyzhang25facebook-github-bot
authored andcommitted
urllib3 dependency in fbpcp and fbpcs (#2347)
Summary: X-link: facebookresearch/fbpcp#524 # Context T165465797 and T165465798 ## Reference on security vulnerability in a package dependency GHSA-v845-jxx5-vc9f urllib3/urllib3@0122035 urllib3/urllib3@644124e GHSA-v845-jxx5-vc9f # What fix security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp and fbpcs Reviewed By: ajinkya-ghonge Differential Revision: D49893672
1 parent 24f428e commit bc8adb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fbpcs/pip_requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ botocore==1.21.65
33
cython==0.29.30 # required by thriftpy2 setup
44
dataclasses-json==0.5.2 # fbpcp requires this version, so we must as well
55
docopt>=0.6.2
6-
fbpcp~=0.6 # depending on: boto3, botocore
6+
fbpcp~=0.6.1 # depending on: boto3, botocore
77
marshmallow==3.5.1
88
networkx>=2.6.3
99
requests>=2.26.0
@@ -13,6 +13,6 @@ thriftpy2==0.4.14
1313
pytz>=2022.1
1414
thrift>=0.16.0 # logging_service client requires this
1515
tqdm==4.55.1 # fbpcp requires this version, so we must as well
16-
urllib3==1.26.7 # fbpcp requires this version, so we must as well
16+
urllib3==1.26.17 # fbpcp requires this version, so we must as well
1717
fastapi==0.93.0 # required by smart agent setup
1818
uvicorn==0.20.0 # required by smart agent setup

0 commit comments

Comments
 (0)