From fca2fc8a33b75faa6148f025a9fdc192312fe835 Mon Sep 17 00:00:00 2001 From: rv0lt Date: Tue, 7 Nov 2023 10:48:31 +0100 Subject: [PATCH 1/2] update package --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 984882c5f..ee9253fb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ SQLAlchemy==1.4.31 structlog==21.5.0 tzdata==2021.5 tzlocal==4.1 -urllib3==1.26.8 +urllib3==1.26.18 visitor==0.1.3 Werkzeug==2.2.3 wrapt==1.13.3 From 5e1037944650e90229b554a254d065f335483c36 Mon Sep 17 00:00:00 2001 From: rv0lt Date: Tue, 7 Nov 2023 10:57:40 +0100 Subject: [PATCH 2/2] sprintlog --- SPRINTLOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 72938a2d6..f534c7c97 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -322,3 +322,7 @@ _Nothing merged in CLI during this sprint_ - New endpoint `AddFailedFiles` for adding failed files to database ([#1472](https://github.com/ScilifelabDataCentre/dds_web/pull/1472)) - Change the generate usage command to monthly instead of quartely, and add the command to send a usage report specifying the number of months ([#1476](https://github.com/ScilifelabDataCentre/dds_web/pull/1476)) - New ADR record regarding OKR 2024 ([#1483](https://github.com/ScilifelabDataCentre/dds_web/pull/1483)) + +# 2023-11-6 - 2023-11-17 + +- Updated urllib3 package version to address vulnerabities ([#1487](https://github.com/ScilifelabDataCentre/dds_web/pull/1487))