Skip to content

Commit

Permalink
Fixed dependabot issues
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Feb 12, 2024
1 parent f28e13f commit 209858c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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 2024-02-11.

* Fixed dependabot issues up to 2024-02-12.

* Fixed a performance issue in the 'zhmc_lpar_list' and 'zhmc_partition_list'
modules where the 'se-version' property was fetched from CPCs even if it
was already available in the LPAR/partition properties. (issue #904)
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ MarkupSafe==2.0.0; python_version >= '3.8'
cryptography==3.3.2; python_version == '2.7'
cryptography==3.0; python_version == '3.5'
cryptography==3.4.7; python_version == '3.6'
cryptography==41.0.6; python_version >= '3.7'
cryptography==42.0.0; python_version >= '3.7'

importlib-metadata==0.12; python_version <= '3.7'
importlib-metadata==4.8.3; python_version >= '3.8'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MarkupSafe>=2.0.0; python_version >= '3.8'
cryptography>=3.3.2; python_version == '2.7'
cryptography>=3.0,<3.1; python_version == '3.5'
cryptography>=3.4.7,<37.0.0; python_version == '3.6'
cryptography>=41.0.6; python_version >= '3.7'
cryptography>=42.0.0; python_version >= '3.7'

# importlib-metadata is used for install by jsonschema which is used by zhmcclient.
# importlib-metadata is used for development by flake8 (and others).
Expand Down

0 comments on commit 209858c

Please sign in to comment.