From 65d51dc6530ed127abe392edb7b56520eec45b0f Mon Sep 17 00:00:00 2001 From: rv0lt Date: Thu, 23 May 2024 11:39:48 +0200 Subject: [PATCH 1/2] bump request library --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e76c895d..5b4d0dc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ PyNaCl==1.5.0 pytz==2022.2.1 PyYAML==6.0.1 questionary==1.10.0 -requests==2.31.0 +requests==2.32.0 rich==12.5.1 rich-click==1.5.2 simplejson==3.17.6 From 44fc7e89b961329a2798f0e6899464418293aed6 Mon Sep 17 00:00:00 2001 From: rv0lt Date: Thu, 23 May 2024 11:48:39 +0200 Subject: [PATCH 2/2] sprintlog --- SPRINTLOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 841dc11b..fa1ebedf 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -349,3 +349,7 @@ _Empty sprint_ # 2024-04-8 - 2024-04-19 - New version: 2.6.4 ([#687](https://github.com/ScilifelabDataCentre/dds_cli/pull/687)) + +# 2024-05-20 - 2024-05-31 + +- Update requests to solve CVE ([#690](https://github.com/ScilifelabDataCentre/dds_cli/pull/690))