You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by fg...@apache.org on 2019/08/21 20:26:52 UTC

[incubator-sdap-nexus] branch 1.1.0-SNAPSHOT updated: Merge master into 1.1.0-SNAPSHOT (#81)

This is an automated email from the ASF dual-hosted git repository.

fgreg pushed a commit to branch 1.1.0-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/1.1.0-SNAPSHOT by this push:
     new a14d438  Merge master into 1.1.0-SNAPSHOT (#81)
a14d438 is described below

commit a14d43890925e0190567141ff147bccc4d2444ff
Author: fgreg <fg...@gmail.com>
AuthorDate: Wed Aug 21 13:26:48 2019 -0700

    Merge master into 1.1.0-SNAPSHOT (#81)
    
    * SDAP-208 remove pegged numpy version in nexuscli requirements.txt
    
    * SDAP-206 remove pegged numpy version in nexuscli requirements.txt
    
    * SDAP-206 remove pegged numpy version in nexuscli requirements.txt
---
 client/requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/requirements.txt b/client/requirements.txt
index 4300cd2..986c39d 100644
--- a/client/requirements.txt
+++ b/client/requirements.txt
@@ -4,10 +4,10 @@ Mako==1.0.7
 markdown==2.4.1
 MarkupSafe==1.0
 nexuscli==1.0
-numpy==1.13.1
+numpy==1.17.0
 pdoc==0.3.2
 Pygments==2.2.0
 pytz==2017.2
-requests==2.18.4
+requests==2.22.0
 shapely==1.5.17
-urllib3==1.21.1
+urllib3==1.25.3