From 722fc1577c9322b787295891f88eb8a768002162 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Sun, 5 Nov 2023 13:36:28 +0100 Subject: [PATCH] Addressed safety issues up to 2023-11-05 Signed-off-by: Andreas Maier --- docs/changes.rst | 4 ++-- minimum-constraints.txt | 2 +- requirements.txt | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 708e6783..d993498e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -33,6 +33,8 @@ Released: not yet **Bug fixes:** +* Addressed safety issues up to 2023-11-05. + * Improved and fixed Dockerfile. (issue #297) * Docs: Fixed incorrect label value syntax in the documentation. (issue #310) @@ -61,8 +63,6 @@ Released: not yet * Fixed issue with PyYAML 5.4 installation on Python>=3.10 that fails since the recent release of Cython 3. -* Fixed safety issues from 2023-08-27. - * Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0. **Enhancements:** diff --git a/minimum-constraints.txt b/minimum-constraints.txt index 29be71d2..e70c9291 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -40,7 +40,7 @@ wheel==0.38.1; python_version >= '3.7' zhmcclient==1.9.1 prometheus-client==0.9.0 -urllib3==1.26.5 +urllib3==1.26.17 jsonschema==3.2.0 six==1.14.0; python_version <= '3.9' six==1.16.0; python_version >= '3.10' diff --git a/requirements.txt b/requirements.txt index b85015c1..730818d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,7 @@ zhmcclient>=1.9.1 prometheus-client>=0.9.0 -urllib3>=1.25.9; python_version <= '3.9' -urllib3>=1.26.5; python_version >= '3.10' +urllib3>=1.25.17 jsonschema>=3.2.0 Jinja2>=2.11.3