Skip to content

Commit

Permalink
[POLA-9] Upgrade to Django==5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piemar committed Sep 11, 2024
1 parent 5d8acc1 commit f9fc6f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/constraints-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Collectfast==2.2.0
cryptography==42.0.5
defusedxml==0.7.1
dictpath==0.1.3
Django==4.2.16
Django==5.1.1
django-allauth==0.55.2
django-anymail==10.3
django-autocomplete-light==3.11.0
Expand Down
2 changes: 1 addition & 1 deletion dependencies/requirements-production-django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django==4.2.16
Django==5.1.1
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-pola-backend-common:
context: .
dockerfile: scripts/ci-docker-image/Dockerfile
args:
- DJANGO_VERSION=${DJANGO_VERSION-4.2.16}
- DJANGO_VERSION=${DJANGO_VERSION-5.1.1}
- PYTHON_VERSION=${PYTHON_VERSION-3.11}
image: pola-backend_web:latest
environment:
Expand Down

0 comments on commit f9fc6f0

Please sign in to comment.