requirements bump, only affected dev tools

This commit is contained in:
2022-12-31 10:04:11 -06:00
parent 4a2f650a33
commit 83bc8b2c21
3 changed files with 35 additions and 34 deletions

View File

@@ -56,9 +56,10 @@ commands =
# run security checks
#
# again it seems the most valuable here to run against the packaged code
# 51457 is nearly a red herring that I'm stuck with because tox is pinned, try removing occasionally
commands =
bandit {envsitepackagesdir}/incorporealcms/ -r
safety check -r requirements/requirements-dev.txt
safety check -r requirements/requirements-dev.txt -i 51457
[testenv:lint]
# run style checks