Skip to content

Commit

Permalink
Safety issues 2024-01-08
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 Jan 8, 2024
1 parent 283ef1b commit 15dcb34
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ security:
reason: Fixed cryptography version 41.0.5 requires Python>=3.7 and is used there
62556:
reason: Fixed cryptography version 41.0.6 requires Python>=3.7 and is used there
62625:
reason: Fixed ansible version 4.1.0 requires Python>=3.5 and is used on Python>=3.9

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 1 addition & 1 deletion ansible-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ansible>=2.9.27,<2.10; python_version == '2.7' # Ansible 2.9 (= core 2.9) - sanity test is not run here
ansible>=2.10.7,<2.11; python_version == '3.5' # Ansible 2.10 (= core 2.10)
ansible>=3.4.0,<4; python_version == '3.6' # Ansible 3.x / ansible-base 2.10
ansible>=4.0.0,<5; python_version == '3.7' # Ansible 4.x / ansible-core 2.11
ansible>=4.1.0,<5; python_version == '3.7' # Ansible 4.x / ansible-core 2.11
ansible>=5.0.1,<6; python_version == '3.8' # Ansible 5.x / ansible-core 2.12
ansible>=6.0.0,<7; python_version == '3.9' # Ansible 6.x / ansible-core 2.13
ansible>=7.0.0,<8; python_version == '3.10' # Ansible 7.x / ansible-core 2.14
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

**Bug fixes:**

* Addressed safety issues up to 2024-01-03.
* Addressed safety issues up to 2024-01-08.

**Enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ wheel==0.38.1; python_version >= '3.7'
ansible==2.9.27; python_version == '2.7' # sanity test is not run here
ansible==2.9.27; python_version >= '3.5' and python_version <= '3.7'
ansible==2.9.27; python_version == '3.8'
ansible==4.0.0; python_version == '3.9'
ansible==4.1.0; python_version == '3.9'
ansible==5.0.1; python_version == '3.10'
ansible==7.0.0; python_version == '3.11'
ansible==9.0.1; 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 @@ -26,7 +26,7 @@
# We require the lowest ansible version that supports the sanity check an a given Python version:
ansible>=2.9.27; python_version == '2.7' # sanity test is not run here
ansible>=2.9.27; python_version >= '3.5' and python_version <= '3.8'
ansible>=4.0.0; python_version == '3.9'
ansible>=4.1.0; python_version == '3.9'
ansible>=5.0.1; python_version == '3.10'
ansible>=7.0.0; python_version == '3.11'
ansible>=9.0.1; python_version >= '3.12'
Expand Down

0 comments on commit 15dcb34

Please sign in to comment.