Skip to content

Commit cf390d1

Browse files
upgrade the dependency requirements
1 parent 0c240ca commit cf390d1

1 file changed

Lines changed: 21 additions & 23 deletions

File tree

requirements.txt

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
# Pin these dependencies
2-
Django==3.2.18
3-
requests==2.25.1
4-
requests-oauthlib==0.7.0
5-
thrift==0.16.0
6-
thrift_connector==0.24
7-
djangorestframework==3.12.4
8-
django-webpack-loader==0.6.0
9-
logging-formatter-anticrlf==1.2
10-
zipstream-new==1.1.8
2+
Django~=4.2.23
3+
requests~=2.32.4
4+
requests-oauthlib~=2.0.0
5+
thrift~=0.22.0
6+
thrift_connector~=0.24
7+
djangorestframework~=3.12.4
8+
django-webpack-loader~=0.6.0
9+
logging-formatter-anticrlf~=1.2
10+
zipstream-new~=1.1.8
1111

12-
wagtail==2.13.4
13-
wagtailfontawesome==1.2.1
14-
wagtail-draftail-anchors==0.2.0
15-
wagtailcodeblock==1.17.1.0
12+
wagtail~=2.13.4
13+
wagtailfontawesome~=1.2.1
14+
wagtail-draftail-anchors~=0.2.0
15+
wagtailcodeblock~=1.17.1.0
1616

17-
jupyter==1.0.0
18-
papermill==1.0.1
17+
jupyter~=1.1.1
18+
papermill~=1.0.1
1919

2020
# gRPC libs
21-
google-api-python-client==1.12.8
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"
21+
google-api-python-client~=1.12.8
22+
grpcio-tools>=1.51.1
23+
grpcio>=1.51.1
2624

27-
airavata-django-portal-sdk==1.8.4
28-
airavata-python-sdk==1.1.6
29-
airavata-django-portal-commons==1.0.0
25+
airavata-django-portal-sdk~=1.8.4
26+
airavata-python-sdk~=2.1.6
27+
airavata-django-portal-commons~=1.0.0
3028

3129
-e "."

0 commit comments

Comments
 (0)