File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.12.12 -alpine3.23 AS base
1+ FROM python:3.12.11 -alpine3.21 AS base
22ARG TARGETPLATFORM
33
44# Create a group and user to run an app
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ charset-normalizer==3.4.2
1818 # requests
1919distlib == 0.3.9
2020 # via virtualenv
21- django == 4 .2.27
21+ django == 5 .2.10
2222 # via
2323 # -c requirements.txt
2424 # django-stubs
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ babel==2.12.1
22beautifulsoup4==4.12.2
33celery[redis]==5.3.6
44cryptography==44.0.1
5- django==4 .2.27
5+ django==5 .2.10
66django-add-default-value==0.10.0
77django-anymail[amazon-ses]==12.0
88django-cors-headers==3.7.0
@@ -56,10 +56,10 @@ regex==2024.7.24
5656requests==2.32.4
5757slack-export-viewer==1.1.4
5858slack_sdk==3.21.3
59- social-auth-app-django==5.4.1
59+ social-auth-app-django==5.6.0
6060twilio~=6.37.0
6161urllib3==2.6.3
62- uwsgi==2.0.28
62+ uwsgi==2.0.31
6363whitenoise==5.3.0
6464google-api-python-client==2.122.0
6565google-auth-httplib2==0.2.0
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ deprecated==1.2.18
7878 # opentelemetry-api
7979 # opentelemetry-exporter-otlp-proto-grpc
8080 # opentelemetry-semantic-conventions
81- django == 4 .2.27
81+ django == 5 .2.10
8282 # via
8383 # -r requirements.in
8484 # django-add-default-value
@@ -443,7 +443,7 @@ slack-export-viewer==1.1.4
443443 # via -r requirements.in
444444slack-sdk == 3.21.3
445445 # via -r requirements.in
446- social-auth-app-django == 5.4.1
446+ social-auth-app-django == 5.6.0
447447 # via -r requirements.in
448448social-auth-core == 4.6.1
449449 # via social-auth-app-django
@@ -481,7 +481,7 @@ urllib3==2.6.3
481481 # botocore
482482 # django-anymail
483483 # requests
484- uwsgi == 2.0.28
484+ uwsgi == 2.0.31
485485 # via -r requirements.in
486486vine == 5.1.0
487487 # via
You can’t perform that action at this time.
0 commit comments