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/07/07 22:56:13 UTC

[airavata-django-portal] branch develop updated: Upgrade to Django 3.2.14 for security fixes

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 aea56819 Upgrade to Django 3.2.14 for security fixes
aea56819 is described below

commit aea56819727ab8138d5bc475b8bd78568e87bd31
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jul 7 18:55:57 2022 -0400

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

diff --git a/requirements.txt b/requirements.txt
index e910a594..a1068d96 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 # Pin these dependencies
-Django==3.2.11
+Django==3.2.14
 requests==2.25.1
 requests-oauthlib==0.7.0
 thrift==0.10.0