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 2021/09/02 21:38:20 UTC

[airavata-django-portal] branch develop updated: Updating Django dependency to latest security 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 c0d725a  Updating Django dependency to latest security fix
c0d725a is described below

commit c0d725a3026972726615dc8ea6413b68ae86484f
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Sep 2 17:37:41 2021 -0400

    Updating Django dependency to latest security fix
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index a1a82b4..c672964 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 # Pin these dependencies
-Django==2.2.23
+Django==2.2.24
 requests==2.25.1
 requests-oauthlib==0.7.0
 thrift==0.10.0