Skip to content

Commit

Permalink
Upgrade django and DRF
Browse files Browse the repository at this point in the history
Upgrade django and DRF to solve the dependency conflict in hyperledger#625

Signed-off-by: Xichen Pan <[email protected]>
  • Loading branch information
xichen1 authored and yeasy committed Sep 13, 2024
1 parent fc0087c commit 2ebccbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api-engine/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asgiref==3.3.2
asgiref==3.6.0
attrs==20.3.0
cachetools==4.1.1
celery==5.2.6
Expand All @@ -7,13 +7,13 @@ chardet==3.0.4
coreapi==2.3.3
coreschema==0.0.4
defusedxml==0.6.0
Django==3.2.25
Django==4.2.16
django-allauth==0.41.0
django-cors-headers==3.5.0
django-extensions==2.2.9
django-filter==2.4.0
django-rest-auth==0.9.5
djangorestframework==3.15.1
djangorestframework==3.15.2
djangorestframework-simplejwt==5.3.1
docker==4.2.0
drf-yasg==1.21.7
Expand Down

0 comments on commit 2ebccbc

Please sign in to comment.