Skip to content

Commit

Permalink
[POLA-9] Upgrade to Django==4.2.16 (#4008)
Browse files Browse the repository at this point in the history
Co-authored-by: piemar <m.pieczynski@macopedia.com>
  • Loading branch information
piemar1 and piemar authored Sep 11, 2024
1 parent 5936f25 commit 781d07a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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==3.2.25
Django==4.2.16
django-allauth==0.55.2
django-anymail==10.3
django-autocomplete-light==3.11.0
Expand Down Expand Up @@ -51,7 +51,6 @@ PyJWT==2.8.0
pyrsistent==0.20.0
python-dateutil==2.9.0.post0
python3-openid==3.2.0
pytz==2024.1
PyYAML==6.0.1
redis==3.5.3
reportlab==3.6.13
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==3.2.25
Django==4.2.16
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-3.2.25}
- DJANGO_VERSION=${DJANGO_VERSION-4.2.16}
- PYTHON_VERSION=${PYTHON_VERSION-3.11}
image: pola-backend_web:latest
environment:
Expand Down

0 comments on commit 781d07a

Please sign in to comment.