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 781d07a commit 481da0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.11"]
django_version: ['current', "4.2.14"]
django_version: ['current', "5.1.1"]
env:
PYTHON_VERSION: ${{ matrix.python_version }}
steps:
Expand Down
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 481da0d

Please sign in to comment.