Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion zhmcclient/_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def __init__(self, cpc):
# is rolled out broadly enough.
# 'adapter-id',

'adapter-family',
'type',
'adapter-family',
'status',
]

Expand Down
Loading