Skip to content

Commit

Permalink
chore: upgraded django and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Aug 21, 2024
1 parent 9f2a23b commit 5aaf673
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 5aaf673

Please sign in to comment.