Skip to content

Commit

Permalink
Fixed safety issues up to 3/31
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 Mar 31, 2024
1 parent ec610bb commit e55540d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .safety-policy.yml
Expand Up @@ -130,6 +130,8 @@ security:
reason: Fixed cryptography version 42.0.0 requires Python>=3.7 and is used there
65511:
reason: Fixed ansible-core version 2.13.13 requires Python>=3.7 and is used on Python>=3.11
65647:
reason: Fixed cryptography version 42.0.5 requires Python>=3.7 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Expand Up @@ -33,7 +33,7 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Bug fixes:**

* Fixed safety issues up to 2024-03-25.
* Fixed safety issues up to 2024-03-31.

**Enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
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==42.0.2; python_version >= '3.7'
cryptography==42.0.5; 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
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>=42.0.2; python_version >= '3.7'
cryptography>=42.0.5; 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 e55540d

Please sign in to comment.