Skip to content

Commit

Permalink
Update the safety tool.
Browse files Browse the repository at this point in the history
Also ignore a vuln that is not applicable to us.

Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jan 16, 2023
1 parent 77fa87f commit e369e63
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 12 deletions.
88 changes: 78 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pytest-mock = "^3.0.0"
isort = "^5.1.4"
rstcheck = "^5.0.0"
pre-commit = "^2.13.0"
safety = "^1.10.3"
safety = "^2.2.0"
towncrier = "^21.3.0"

[tool.poetry.extras]
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ commands =
commands =
pip install --upgrade pip
pre-commit run --all-files bandit
safety check --full-report -i 42050 -i 42852
safety check --full-report -i 51457
# Ignore 51457: we don't use SVN. <https://pyup.io/v/51457/f17/>


[flake8]
Expand Down

0 comments on commit e369e63

Please sign in to comment.