forked from facebookresearch/fbpcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
urllib3 dependency in fbpcp and fbpcs (facebookresearch#524)
Summary: X-link: facebookresearch/fbpcs#2347 # 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
- Loading branch information
1 parent
0242ddd
commit 3112963
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -27,7 +27,7 @@ | |
|
||
setup( | ||
name="fbpcp", | ||
version="0.6.0", | ||
version="0.6.1", | ||
description="Facebook Private Computation Platform", | ||
author="Facebook", | ||
author_email="[email protected]", | ||
|