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/12/16 20:57:55 UTC

[airavata-django-portal] branch develop updated: Upgrade to Django 3.2.10 for 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 2cc39cc  Upgrade to Django 3.2.10 for security fix
2cc39cc is described below

commit 2cc39cc2e3314183d10b1c95141855fee856237d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Dec 16 14:07:15 2021 -0500

    Upgrade to Django 3.2.10 for security fix
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index a209446..795d241 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 # Pin these dependencies
-Django==3.2.8
+Django==3.2.10
 requests==2.25.1
 requests-oauthlib==0.7.0
 thrift==0.10.0