From 851e8db10af399b9b9b7afad57ea968f4619ed38 Mon Sep 17 00:00:00 2001 From: buhle79 Date: Tue, 30 Jul 2024 19:57:32 +0200 Subject: [PATCH 1/3] adding back security updates --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index a388bf8..91fe197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Babel==2.9.1 billiard==3.6.4.0 black==24.3.0 celery==5.2.3 -certifi==2023.7.22 +certifi==2024.7.04 chardet==3.0.4 click==8.0.3 Django==3.2.25 @@ -27,7 +27,7 @@ google-cloud-bigquery==1.27.2 idna==3.7 importlib-metadata==1.7.0 iso6709==0.1.5 -isort==4.3.21 +isort==5.13.2 kombu==5.2.3 Markdown==3.2.2 mccabe==0.6.1 @@ -45,17 +45,17 @@ PyYAML==5.4 rapidpro-python==2.6.1 redis==4.4.4 regex==2020.7.14 -requests==2.32.0 +requests==2.31.0 responses==0.10.15 -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 six==1.15.0 sqlparse==0.5.0 toml==0.10.1 typed-ast==1.4.1 -urllib3==1.26.18 +urllib3==1.26.19 vine==5.0.0 watchdog==0.10.3 -zipp==3.1.0 +zipp==3.19.1 opencv-python-headless==4.5.2.54 zbar-py==1.0.4 drf-spectacular==0.20.2 From ae40993a0cc74dc64d9448f039efb25e5e49affd Mon Sep 17 00:00:00 2001 From: buhle79 Date: Wed, 31 Jul 2024 13:44:00 +0200 Subject: [PATCH 2/3] fix docker warning --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39efb20..aa07c43 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/praekeltfoundation/docker-django-bootstrap-nw:py3.9-bullseye as builder +FROM ghcr.io/praekeltfoundation/docker-django-bootstrap-nw:py3.9-bullseye AS builder RUN apt-get-install.sh build-essential libpq-dev @@ -15,7 +15,7 @@ RUN for f in $(find /root/.cache/pip/wheels -type f | grep -v 'none-any.whl$'); FROM ghcr.io/praekeltfoundation/docker-django-bootstrap-nw:py3.9-bullseye -ENV DJANGO_SETTINGS_MODULE "healthcheck.settings.production" +ENV DJANGO_SETTINGS_MODULE="healthcheck.settings.production" CMD ["healthcheck.wsgi:application"] RUN apt-get-install.sh gdal-bin From e85703876998a3f7bb227fd3cc34a0ef56c3b84f Mon Sep 17 00:00:00 2001 From: buhle79 Date: Wed, 31 Jul 2024 13:53:58 +0200 Subject: [PATCH 3/3] fix request version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91fe197..1e3853e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ PyYAML==5.4 rapidpro-python==2.6.1 redis==4.4.4 regex==2020.7.14 -requests==2.31.0 +requests==2.32.0 responses==0.10.15 sentry-sdk==2.8.0 six==1.15.0