Skip to content

Commit

Permalink
pin bandit<1.8, many false-positive issues (relates to PyCQA/bandit#1226
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jan 28, 2025
1 parent 9422e95 commit 0395d6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
# pylint>=2.5 requires astroid>=2.4
# install/update sometime fails randomly, so enforce it
astroid
bandit
# pin bandit, many issues in latest versions
# - https://github.com/PyCQA/bandit/issues/1226
# - https://github.com/PyCQA/bandit/issues/1227
bandit<1.8
bump2version
codacy-coverage
coverage
Expand Down

0 comments on commit 0395d6a

Please sign in to comment.