From d924fecd7969c8fecfb5d8741fada35e76ed363a Mon Sep 17 00:00:00 2001 From: Jason Mobarak Date: Thu, 27 Jun 2019 10:44:35 -0700 Subject: [PATCH] Update requests to resolve security issue Fix other reqs to explicitly specify what part of the semver is allowed to "float". --- python/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index bc0c69d36b..af8b4cb199 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,8 +1,8 @@ construct==2.9.33 -pyftdi~=0.13.4 +pyftdi==0.13.* pylibftdi pyserial -requests~=2.8.1 -numpy~=1.16.2 +requests==2.20.* +numpy==1.16.* pybase64 ujson