Skip to content

Commit

Permalink
Safety issues from 2023-11-20
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 Nov 20, 2023
1 parent 9a235da commit a8065e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ security:
reason: Fixed GitPython version 3.1.35 requires Python>=3.7 and is used there
61601:
reason: Fixed urllib3 version 1.26.17 requires Python>=3.6 and is used there
61893:
reason: Fixed urllib3 version 1.26.18 requires Python>=3.6 and is used there

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ zhmcclient==1.9.1

prometheus-client==0.9.0
urllib3==1.26.9; python_version == '3.5'
urllib3==1.26.17; python_version >= '3.6'
urllib3==1.26.18; python_version >= '3.6'
jsonschema==3.2.0
six==1.14.0; python_version <= '3.9'
six==1.16.0; python_version >= '3.10'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zhmcclient>=1.9.1
prometheus-client>=0.9.0
# urllib3 1.26.10 removed support for py35
urllib3>=1.26.9; python_version == '3.5'
urllib3>=1.26.17; python_version >= '3.6'
urllib3>=1.26.18; python_version >= '3.6'
jsonschema>=3.2.0
six>=1.14.0; python_version <= '3.9'
six>=1.16.0; python_version >= '3.10'
Expand Down

0 comments on commit a8065e8

Please sign in to comment.