Skip to content

Commit c2c336f

Browse files
committed
AIRAVATA-3529 Keeping dependencies upgrade
1 parent ca4e1f3 commit c2c336f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ papermill==1.0.1
1919

2020
# gRPC libs
2121
google-api-python-client==1.12.8
22-
grpcio-tools==1.34.1
23-
grpcio==1.34.1
22+
grpcio-tools==1.48.2 ; python_version < "3.7"
23+
grpcio-tools==1.51.1 ; python_version >= "3.7"
24+
grpcio==1.48.2 ; python_version < "3.7"
25+
grpcio==1.51.1 ; python_version >= "3.7"
2426

25-
airavata-django-portal-sdk==1.7.0
27+
airavata-django-portal-sdk==1.8.0
2628
airavata-python-sdk==1.0.2
2729
airavata-django-portal-commons==1.0.0
2830

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ envlist = py36, py37, py38, py39, py310 #, py311
88

99
[testenv]
1010
deps =
11-
py{3,36,37,38,39}: -rrequirements-dev.txt
11+
py{3,36,37,38,39,310,311}: -rrequirements-dev.txt
1212

1313
commands =
1414
./runtests.py

0 commit comments

Comments
 (0)