This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch AIRAVATA-3698--Add-support-for-Python-3.11 in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 119c88e307e75acb86ec700a0cfe62264eadce55 Author: Marcus Christie <[email protected]> AuthorDate: Thu Jun 22 12:57:26 2023 -0400 AIRAVATA-3698 Upgrading to Django 4.2 --- django_airavata/settings.py | 2 -- requirements.txt | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/django_airavata/settings.py b/django_airavata/settings.py index 8b52d95e..9f3f445d 100644 --- a/django_airavata/settings.py +++ b/django_airavata/settings.py @@ -170,8 +170,6 @@ TIME_ZONE = 'UTC' USE_I18N = True -USE_L10N = True - USE_TZ = True diff --git a/requirements.txt b/requirements.txt index de3d8ab8..b53e4fe3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # Pin these dependencies -Django==3.2.18 +Django==4.2.2 requests==2.25.1 requests-oauthlib==0.7.0 thrift==0.16.0 thrift_connector==0.24 -djangorestframework==3.12.4 +djangorestframework==3.14.0 django-webpack-loader==0.6.0 logging-formatter-anticrlf==1.2 zipstream-new==1.1.8 @@ -25,6 +25,6 @@ grpcio==1.51.1 ; python_version >= "3.7" airavata-django-portal-sdk==1.8.3 airavata-python-sdk==1.1.6 -airavata-django-portal-commons==1.0.1 +airavata-django-portal-commons==1.0.2 -e "."
