Skip to content

Commit

Permalink
Use zhmcclient 1.12.0 as a minimum
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 16, 2023
1 parent 0765ba5 commit 8ad4796
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Released: not yet
commands have been grouped to be more easily identifiable. This required
adding the "click-option-group" Python package to the dependencies.

* Increased minimum zhmcclient version to 1.12.0 to pick up fixes and
functionality. (issue #510)

**Cleanup:**

**Known issues:**
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wheel==0.38.1; python_version >= '3.7'

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

zhmcclient==1.10.0
zhmcclient==1.12.0

click==8.0.2
click-repl==0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Direct dependencies (except pip, setuptools, wheel):

# zhmcclient @ git+https://github.com/zhmcclient/python-zhmcclient.git@master
zhmcclient>=1.10.0
zhmcclient>=1.12.0

# safety 2.2.0 depends on click>=8.0.2
click>=8.0.2
Expand Down

0 comments on commit 8ad4796

Please sign in to comment.