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 f1fb9f198e675cf6513de22a7b18757d8518a0ee Merge: d253b505 17d744dd Author: Marcus Christie <[email protected]> AuthorDate: Mon Jul 17 11:29:43 2023 -0400 Merge branch 'develop' into AIRAVATA-3698--Add-support-for-Python-3.11 .readthedocs.yaml | 22 ++++++++++++++++++++++ .../login-desktop-success.html | 3 ++- requirements.txt | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --cc requirements.txt index cca7b2e2,32b17060..e70e2225 --- a/requirements.txt +++ b/requirements.txt @@@ -18,11 -19,13 +18,11 @@@ papermill==1.0. # gRPC libs google-api-python-client==1.12.8 -grpcio-tools==1.48.2 ; python_version < "3.7" -grpcio-tools==1.51.1 ; python_version >= "3.7" -grpcio==1.48.2 ; python_version < "3.7" -grpcio==1.51.1 ; python_version >= "3.7" +grpcio-tools==1.51.1 +grpcio==1.51.1 - airavata-django-portal-sdk==1.8.3 + airavata-django-portal-sdk==1.8.4 airavata-python-sdk==1.1.6 -airavata-django-portal-commons==1.0.0 +airavata-django-portal-commons==1.0.3 -e "."
