Skip to content

Commit

Permalink
Fixed safety issues up to 2024-11-21
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 21, 2024
1 parent b40006d commit 2d39c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Bug fixes:**

* Fixed safety issues up to 2024-11-03.
* Fixed safety issues up to 2024-11-21.

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

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Jinja2==3.1.4
# MarkupSafe is used by Jinja2
MarkupSafe==2.0.0

cryptography==42.0.8
cryptography==43.0.1

importlib-metadata==4.8.3

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Jinja2>=3.1.4
# Jinja2 3.0 requires MarkupSafe>=2.0
MarkupSafe>=2.0.0

cryptography>=42.0.8
cryptography>=43.0.1

# 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 2d39c92

Please sign in to comment.