Skip to content

Commit

Permalink
Merge pull request #101 from NIAEFEUP/chore/upgrade-versions
Browse files Browse the repository at this point in the history
Chore: upgraded django and other dependencies
  • Loading branch information
tomaspalma authored Sep 5, 2024
2 parents 9752129 + 5aaf673 commit b49bf28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# deps
FROM python:3.8-slim-buster AS deps
FROM python:3.11-slim AS deps

WORKDIR /usr/src/django/

Expand Down
11 changes: 5 additions & 6 deletions django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
asgiref==3.4.1
backports.zoneinfo==0.2.1
Django==4.0
django-cors-headers==3.10.1
djangorestframework==3.11.0
asgiref==3.8.1
Django==5.1
django-cors-headers==4.4.0
djangorestframework==3.15.1
pytz==2021.3
sqlparse==0.4.2
sqlparse==0.5.1
psycopg2==2.9.9
celery==5.2.7
redis==3.5.3
Expand Down

0 comments on commit b49bf28

Please sign in to comment.