Skip to content

Commit

Permalink
updates django version from 4.2.11 to 5.1 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCastelo-31 authored Aug 14, 2024
1 parent 0b36d58 commit 21eb513
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
asgiref==3.7.2
asgiref==3.8.1
async-timeout==4.0.3
autopep8==2.0.4
Babel==2.12.1
beautifulsoup4==4.12.2
Expand All @@ -13,7 +14,7 @@ coverage==7.3.2
cryptography==42.0.4
defusedxml==0.7.1
dj-database-url==2.1.0
Django==4.2.11
Django==5.1
django-cors-headers==4.3.0
django-redis==5.4.0
djangorestframework==3.15.2
Expand Down Expand Up @@ -59,6 +60,7 @@ rsa==4.9
six==1.16.0
soupsieve==2.5
sqlparse==0.5.0
tomli==2.0.1
typing_extensions==4.8.0
Unidecode==1.3.7
uritemplate==4.1.1
Expand Down

0 comments on commit 21eb513

Please sign in to comment.