Skip to content

Commit

Permalink
Safety issues for all, up to 2024-02-18
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 Feb 18, 2024
1 parent ac17fde commit cd67d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .safety-policy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ security:
reason: Fixed GitPython version 3.1.35 requires Python>=3.7 and is used there
62044:
reason: Fixed pip version 23.3 requires Python>=3.7 and is used there
64227:
reason: Fixed Jinja2 version 3.1.3 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 minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ruamel.yaml==0.17.21; python_version >= '3.7'
click==8.0.2; python_version >= '3.7'
Authlib==1.2.0; python_version >= '3.7'
marshmallow==3.15.0; python_version >= '3.7'
pydantic==1.10.12; python_version >= '3.7'
pydantic==1.10.13; python_version >= '3.7'
typer==0.9.0; python_version >= '3.7'

# Unit test (imports into testcases):
Expand Down

0 comments on commit cd67d20

Please sign in to comment.