Skip to content

Commit

Permalink
Merge pull request #798 from crim-ca/unpin-bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Feb 19, 2025
2 parents 8c1aef0 + 09336c5 commit 343d906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# pylint>=2.5 requires astroid>=2.4
# install/update sometime fails randomly, so enforce it
astroid
# pin bandit, many issues in latest versions
# pin bandit to avoid issues in early 1.8.x versions
# - https://github.com/PyCQA/bandit/issues/1226
# - https://github.com/PyCQA/bandit/issues/1227
bandit<1.8
bandit>=1.8.3
bump2version
codacy-coverage
coverage
Expand Down

0 comments on commit 343d906

Please sign in to comment.