You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/08/09 15:57:00 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3646 Upgrade sdk to 1.4.1 for bug fix

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

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 35a26356 AIRAVATA-3646 Upgrade sdk to 1.4.1 for bug fix
35a26356 is described below

commit 35a26356c709685dddb7ee51f8f301e43fccc1fd
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Aug 9 11:56:50 2022 -0400

    AIRAVATA-3646 Upgrade sdk to 1.4.1 for bug fix
    
    Also updating Django to latest security fix release.
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index a1068d96..d9e4f442 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 # Pin these dependencies
-Django==3.2.14
+Django==3.2.15
 requests==2.25.1
 requests-oauthlib==0.7.0
 thrift==0.10.0
@@ -21,7 +21,7 @@ google-api-python-client==1.12.8
 grpcio-tools==1.34.1
 grpcio==1.34.1
 
-airavata-django-portal-sdk==1.4.0
+airavata-django-portal-sdk==1.4.1
 airavata-python-sdk==1.0.2
 
 -e "."