diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 858b3393640..88e14cf034c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/dependencies/constraints-production.txt b/dependencies/constraints-production.txt index 917e411a2a0..3924c2fc72a 100644 --- a/dependencies/constraints-production.txt +++ b/dependencies/constraints-production.txt @@ -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 diff --git a/dependencies/requirements-production-django.txt b/dependencies/requirements-production-django.txt index 057805159d8..fc8ea788969 100644 --- a/dependencies/requirements-production-django.txt +++ b/dependencies/requirements-production-django.txt @@ -1 +1 @@ -Django==4.2.16 +Django==5.1.1 diff --git a/docker-compose.yaml b/docker-compose.yaml index a7d9acc320b..a23193d4fae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: