Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased zhmcclient to 1.18.0 #661

Merged
merged 1 commit into from
Oct 8, 2024
Merged
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: 2 additions & 0 deletions changes/659.fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Increased minimum version of zhmcclient to 1.18.0 (and dependent packages
accordingly) to pick up fixes.
2 changes: 1 addition & 1 deletion minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pip-check-reqs==2.5.1; python_version >= '3.9'
alabaster==0.7.9
appdirs==1.4.3
atomicwrites==1.4.0
attrs==19.2.0
attrs==22.2.0
bleach==3.3.0
cachetools==5.3.2 # used by tox since its 4.0.0
clint==0.5.1
Expand Down
4 changes: 2 additions & 2 deletions minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wheel==0.41.3

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

zhmcclient==1.17.0
zhmcclient==1.18.0

click==8.0.2
click-repl==0.2
Expand All @@ -30,7 +30,7 @@ prompt-toolkit==3.0.13
# PyYAML is pulled in by zhmccli, zhmcclient, yamlloader
PyYAML==6.0.2

jsonschema==3.1.0
jsonschema==4.18.0
yamlloader==0.5.5

# urllib3 is used to disable warnings
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

# safety 2.2.0 depends on click>=8.0.2
click>=8.0.2
Expand All @@ -33,7 +33,7 @@ prompt-toolkit>=3.0.13
# PyYAML 6.0.2 provides wheel archives for Python 3.13 on Windows
PyYAML>=6.0.2

jsonschema>=3.1.0
jsonschema>=4.18.0
yamlloader>=0.5.5

urllib3>=1.26.19
Expand Down