Skip to content

Commit

Permalink
feat(check-requirements): use pip-audit intead safety (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Sep 5, 2023
1 parent 010c564 commit aa3cdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- pyupgrade --py36-plus `find alice tests -name "*.py" -type f`
- isort --check alice tests
check-requirements:
run: safety check -r requirements/requirements.txt
run: pip-audit -v -r requirements/requirements.txt
static-analysis:
run: mypy --install-types --namespace-packages alice
test:
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ flake8==5.0.4
isort[colors]==5.10.1
pre-commit==2.20.0
mypy==0.982
safety==1.10.3
pytest==7.2.0
pytest-cov==4.0.0
pytest-mock==3.10.0
Expand All @@ -12,4 +11,5 @@ pytest-variables[yaml]==2.0.0
pytest-clarity==1.0.1
requests-mock==1.8.0
pyupgrade==3.2.0
types-requests==2.28.11.5
types-requests==2.28.11.5
pip-audit

0 comments on commit aa3cdcf

Please sign in to comment.