From 495c1402215b86ba6176f6a23f6bae0da7999cbf Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 26 Feb 2026 14:37:04 +0100 Subject: [PATCH] Mend test 4 Signed-off-by: Andreas Maier --- minimum-constraints-install.txt | 2 +- requirements.txt | 2 +- zhmcclient/_adapter.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/minimum-constraints-install.txt b/minimum-constraints-install.txt index 603968d6..d38e4de8 100644 --- a/minimum-constraints-install.txt +++ b/minimum-constraints-install.txt @@ -16,7 +16,7 @@ wheel==0.46.2 # Direct dependencies for install (must be consistent with requirements.txt) -requests==2.32.4 +requests==2.32.5 stomp-py==8.1.1 immutabledict==4.2.0 nocasedict==1.0.2 diff --git a/requirements.txt b/requirements.txt index 75afcf91..16ba7fa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ # requests 2.25.0 tolerates urllib3 1.26.5 which is needed on Python 3.10 to # remove ImportWarning in six -requests>=2.32.4 +requests>=2.32.5 stomp-py>=8.1.1 diff --git a/zhmcclient/_adapter.py b/zhmcclient/_adapter.py index 00ca5114..4d752db0 100644 --- a/zhmcclient/_adapter.py +++ b/zhmcclient/_adapter.py @@ -87,8 +87,8 @@ def __init__(self, cpc): # is rolled out broadly enough. # 'adapter-id', - 'adapter-family', 'type', + 'adapter-family', 'status', ]