Skip to content

Commit

Permalink
Fixed safety issues up to 20024-07-28 (#1056)
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 authored Jul 28, 2024
1 parent db22815 commit c8fcd5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 20024-07-19.
* Fixed safety issues up to 20024-07-28.

* Sanity test: Fixed the sanity test on AutomationHub which failed because the
"compile" and "import" tests were run for all target node Python versions,
Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ safety-schemas==0.0.2; python_version <= '3.12'
dparse==0.6.4b0
ruamel.yaml==0.17.21
click==8.0.2
Authlib==1.2.0; python_version <= '3.12'
Authlib==1.3.1; python_version <= '3.12'
marshmallow==3.15.0; python_version <= '3.12'
pydantic==1.10.13; python_version <= '3.12'
typer==0.12.0; python_version <= '3.12'
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.5
cryptography==42.0.8

importlib-metadata==4.8.3

Expand Down
2 changes: 1 addition & 1 deletion requirements-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ safety-schemas>=0.0.2; python_version <= '3.12'
dparse>=0.6.4b0
ruamel.yaml>=0.17.21
click>=8.0.2
Authlib>=1.2.0; python_version <= '3.12'
Authlib>=1.3.1; python_version <= '3.12'
marshmallow>=3.15.0; python_version <= '3.12'
pydantic>=1.10.13; python_version <= '3.12'
typer>=0.12.0; python_version <= '3.12'
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.5
cryptography>=42.0.8

# 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 c8fcd5b

Please sign in to comment.