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 <[email protected]>
  • Loading branch information
andy-maier committed Nov 20, 2023
1 parent fe8b45c commit 85da0f1
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 @@ -74,6 +74,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 @@ -134,7 +134,7 @@ yamlloader==0.5.5

# urllib3 is used to disable warnings
urllib3==1.26.9; python_version == '3.5'
urllib3==1.26.17; python_version >= '3.6'
urllib3==1.26.18; python_version >= '3.6'

pyrsistent==0.15.1

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ yamlloader>=0.5.5
# urllib3 is used to disable warnings
# 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'


# Indirect dependencies (commented out, only listed to document their license):
Expand Down

0 comments on commit 85da0f1

Please sign in to comment.