From 0765ba50e57006d0384b6cc590bdee3787a599f6 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 5 Nov 2023 15:10:52 +0100 Subject: [PATCH] Addressed safety issues up to 2023-11-05 (#511) Signed-off-by: Andreas Maier --- docs/changes.rst | 2 ++ minimum-constraints.txt | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index e29724ae..e5eec407 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -40,6 +40,8 @@ Released: not yet **Bug fixes:** +* Addressed safety issues up to 2023-11-05. + * Fixed missing 'CPC' argument in "zhmc cpc upgrade" command. (issue #487). **Enhancements:** diff --git a/minimum-constraints.txt b/minimum-constraints.txt index 96cd6397..d077c395 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -60,7 +60,7 @@ jsonschema==3.0.1 yamlloader==0.5.5 # urllib3 is used to disable warnings -urllib3==1.26.5 +urllib3==1.26.17 pyrsistent==0.15.1 diff --git a/requirements.txt b/requirements.txt index df1dc8c6..c1faceb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ PyYAML>=5.3.1,!=5.4.0,!=5.4.1,!=6.0.0; python_version >= '3.12' jsonschema>=3.0.1 yamlloader>=0.5.5 -urllib3>=1.26.5 +urllib3>=1.26.17 # Indirect dependencies that need to be adjusted for some reason: