From 3c337012a2ac4b9eb3954aa39d769c33fe15d90e Mon Sep 17 00:00:00 2001 From: Zhenhuan Zhang Date: Tue, 3 Oct 2023 17:15:45 -0700 Subject: [PATCH] urllib3 dependency in fbpcp and fbpcs (#524) Summary: X-link: https://github.com/facebookresearch/fbpcs/pull/2347 fix security vulnerability in a package dependency defined in the repository, facebookresearch/fbpcp and fbpcs Differential Revision: D49893672 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3498f633..4d2f2696 100644 --- a/setup.py +++ b/setup.py @@ -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",