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 8b127d9 commit 61a9cd6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

* Fixed safety issues up to 20024-08-18.

* Increased zhmcclient version to 1.18.0 to pick up fixes. (issue #1074)

* Sanity test: Fixed the sanity test on AutomationHub which failed because the
"compile" and "import" tests were run for all target node Python versions,
which includes Python 2.7. As we had dropped support for Python < 3.8 in
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pip-check-reqs==2.5.3; python_version >= '3.12'
# Indirect dependencies for development that are not in requirements-develop.txt

alabaster==0.7.9
attrs==19.2.0
attrs==22.2.0
bleach==3.3.0
certifi==2024.07.04
chardet==3.0.3
Expand Down
6 changes: 3 additions & 3 deletions minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requests==2.32.2

pytz==2019.1

zhmcclient==1.17.0
zhmcclient==1.18.0


# Indirect dependencies for install that are needed for some reason (must be consistent with requirements.txt)
Expand All @@ -54,10 +54,10 @@ cryptography==42.0.8
importlib-metadata==4.8.3

packaging==22.0
PyYAML==6.0.1
PyYAML==6.0.2

python-dateutil==2.8.2
jsonschema==4.10.0
jsonschema==4.18.1
urllib3==1.26.19


Expand Down
9 changes: 3 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requests>=2.32.2
pytz>=2019.1

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


# Indirect dependencies for install that are needed for some reason (must be consistent with minimum-constraints-install.txt)
Expand Down Expand Up @@ -69,14 +69,11 @@ packaging>=22.0
# PyYAML 6.0 has wheel archives for Python 3.6 - 3.11
# PyYAML 5.4 and 6.0.0 fails install since Cython 3 was released, see issue
# https://github.com/yaml/pyyaml/issues/724.
PyYAML>=6.0.1
PyYAML>=6.0.2

python-dateutil>=2.8.2

# jsonschema
jsonschema>=4.10.0,!=4.18.1; python_version <= '3.12'
# TODO: Remove temporary circumvention to pin jsonschema to <4.18.0 when pyo3-ffi
# supports Python 3.13 (see https://github.com/PyO3/pyo3/issues/4038#issuecomment-2156363013)
jsonschema>=4.10.0,<4.18.0; python_version >= '3.13'
jsonschema>=4.18.1

urllib3>=1.26.19

0 comments on commit 61a9cd6

Please sign in to comment.