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 c2c336fb AIRAVATA-3529 Keeping dependencies upgrade
c2c336fb is described below
commit c2c336fb9140359c22ed3ce4b16ae3444a898b3d
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Dec 9 17:38:12 2022 -0500
AIRAVATA-3529 Keeping dependencies upgrade
---
requirements.txt | 8 +++++---
tox.ini | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 1ec1b8cc..5f9f57a8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,10 +19,12 @@ papermill==1.0.1
# gRPC libs
google-api-python-client==1.12.8
-grpcio-tools==1.34.1
-grpcio==1.34.1
+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"
-airavata-django-portal-sdk==1.7.0
+airavata-django-portal-sdk==1.8.0
airavata-python-sdk==1.0.2
airavata-django-portal-commons==1.0.0
diff --git a/tox.ini b/tox.ini
index 90399c76..53a045d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ envlist = py36, py37, py38, py39, py310 #, py311
[testenv]
deps =
- py{3,36,37,38,39}: -rrequirements-dev.txt
+ py{3,36,37,38,39,310,311}: -rrequirements-dev.txt
commands =
./runtests.py