Skip to content

Commit

Permalink
Increased zhmcclient to 1.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 8, 2024
1 parent 0515905 commit f96bab9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions changes/635.fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increased minimum version of zhmcclient to 1.18.0 to pick up fixes.
6 changes: 3 additions & 3 deletions minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ wheel==0.41.3

# Direct dependencies for install (must be consistent with requirements.txt)

zhmcclient==1.17.0
zhmcclient==1.18.0
# TODO: Use official prometheus-client version (0.21.0 ?) once released.
# prometheus-client==0.21.0
urllib3==1.26.19
jsonschema==3.2.0
jsonschema==4.18.0
six==1.16.0
Jinja2==3.1.4
ruamel.yaml==0.18.6
Expand All @@ -39,7 +39,7 @@ pyrsistent==0.20.0

# All other indirect dependencies for install that are not in requirements.txt

attrs==19.2.0
attrs==22.2.0
certifi==2024.07.04
charset-normalizer==2.0.4
decorator==4.0.11
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

# prometheus-client 0.19.0 added support for HTTPS/mTLS
# prometheus-client 0.20.0 improved HTTPS/mTLS support
Expand All @@ -19,7 +19,7 @@ zhmcclient>=1.17.0
# prometheus-client>=0.21.0

urllib3>=1.26.19
jsonschema>=3.2.0
jsonschema>=4.18.0
Jinja2>=3.1.4
ruamel.yaml>=0.18.6

Expand Down

0 comments on commit f96bab9

Please sign in to comment.