From acb3f4683f3eacee37beea3343ce5573a8f546d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Mon, 11 Sep 2023 13:08:09 +0200 Subject: [PATCH 1/3] bump requests --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b82e7ec4..10cc63ff 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.28.1 +requests==2.31.0 rich==12.5.1 rich-click==1.5.2 simplejson==3.17.6 From 82f8e57e943d07b272241ef3466d413ac23e9257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Mon, 11 Sep 2023 13:11:26 +0200 Subject: [PATCH 2/3] sprintlog --- SPRINTLOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 5ac1d658..8cb9563d 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -292,3 +292,7 @@ _Nothing merged in CLI during this sprint_ - New version: 2.5.0 ([#646](https://github.com/ScilifelabDataCentre/dds_cli/pull/646)) - New command `dds maintenance status` for Super Admins to check current Maintenance mode status ([#644](https://github.com/ScilifelabDataCentre/dds_cli/pull/644)) - Workflow: Github Pages action fixed by bumping versions ([#648](https://github.com/ScilifelabDataCentre/dds_cli/pull/648)) + +# 2023-09-04 - 2023-09-15 + +- Dependency: Bump `requests` to 2.31.0 ([]()) From 9d5ac782fa48458bde91de11c330b1ada254a33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ina=20Od=C3=A9n=20=C3=96sterbo?= Date: Mon, 11 Sep 2023 13:15:01 +0200 Subject: [PATCH 3/3] update sprintlog --- SPRINTLOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPRINTLOG.md b/SPRINTLOG.md index 8cb9563d..f6207dfb 100644 --- a/SPRINTLOG.md +++ b/SPRINTLOG.md @@ -295,4 +295,4 @@ _Nothing merged in CLI during this sprint_ # 2023-09-04 - 2023-09-15 -- Dependency: Bump `requests` to 2.31.0 ([]()) +- Dependency: Bump `requests` to 2.31.0 ([#649](https://github.com/ScilifelabDataCentre/dds_cli/pull/649))