Skip to content

Commit

Permalink
Merge branch 'main' into front/changes-ui-errors-message
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusvrs authored Aug 14, 2024
2 parents 4887e24 + b46e054 commit 131db2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 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
10 changes: 5 additions & 5 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@types/lodash": "^4.14.202",
"axios": "^1.6.2",
"axios": "^1.7.4",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"next": "14.1.1",
Expand Down

0 comments on commit 131db2a

Please sign in to comment.