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 b47c4e4adb69ea5678ab0b5b45fec9775419d15e Author: Marcus Christie <[email protected]> AuthorDate: Thu Jun 22 11:22:11 2023 -0400 AIRAVATA-3698 Fixing deprecation warnings in commons package --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2b0e73d..de3d8ab8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.0 +airavata-django-portal-commons==1.0.1 -e "."
