From 667d27b5e10751218efceaf0c24d4e0eabfde26b Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 8 Oct 2024 22:43:09 +0200 Subject: [PATCH] Increased zhmcclient to 1.18.0 Signed-off-by: Andreas Maier --- changes/659.fix.rst | 2 ++ minimum-constraints-develop.txt | 2 +- minimum-constraints-install.txt | 4 ++-- requirements.txt | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 changes/659.fix.rst diff --git a/changes/659.fix.rst b/changes/659.fix.rst new file mode 100644 index 00000000..1e9b36cf --- /dev/null +++ b/changes/659.fix.rst @@ -0,0 +1,2 @@ +Increased minimum version of zhmcclient to 1.18.0 (and dependent packages +accordingly) to pick up fixes. diff --git a/minimum-constraints-develop.txt b/minimum-constraints-develop.txt index c315d740..c5593b07 100644 --- a/minimum-constraints-develop.txt +++ b/minimum-constraints-develop.txt @@ -107,7 +107,7 @@ pip-check-reqs==2.5.1; python_version >= '3.9' alabaster==0.7.9 appdirs==1.4.3 atomicwrites==1.4.0 -attrs==19.2.0 +attrs==22.2.0 bleach==3.3.0 cachetools==5.3.2 # used by tox since its 4.0.0 clint==0.5.1 diff --git a/minimum-constraints-install.txt b/minimum-constraints-install.txt index 66766522..26db029a 100644 --- a/minimum-constraints-install.txt +++ b/minimum-constraints-install.txt @@ -12,7 +12,7 @@ wheel==0.41.3 # Direct dependencies for install (must be consistent with requirements.txt) -zhmcclient==1.17.0 +zhmcclient==1.18.0 click==8.0.2 click-repl==0.2 @@ -30,7 +30,7 @@ prompt-toolkit==3.0.13 # PyYAML is pulled in by zhmccli, zhmcclient, yamlloader PyYAML==6.0.2 -jsonschema==3.1.0 +jsonschema==4.18.0 yamlloader==0.5.5 # urllib3 is used to disable warnings diff --git a/requirements.txt b/requirements.txt index 7e3891a4..1ed9f8af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # Direct dependencies for install (must be consistent with minimum-constraints-install.txt) # zhmcclient @ git+https://github.com/zhmcclient/python-zhmcclient.git@master -zhmcclient>=1.17.0 +zhmcclient>=1.18.0 # safety 2.2.0 depends on click>=8.0.2 click>=8.0.2 @@ -33,7 +33,7 @@ prompt-toolkit>=3.0.13 # PyYAML 6.0.2 provides wheel archives for Python 3.13 on Windows PyYAML>=6.0.2 -jsonschema>=3.1.0 +jsonschema>=4.18.0 yamlloader>=0.5.5 urllib3>=1.26.19