Skip to content

Commit

Permalink
Pin bandit to v1.6.2
Browse files Browse the repository at this point in the history
Bandit 1.6.3 contains a bug with excluded paths: PyCQA/bandit#657
  • Loading branch information
kerin committed Dec 7, 2020
1 parent 78f1db8 commit b3ca6a5
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 253 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
black = "==19.10b0"
bandit = "~=1.6"
bandit = "==1.6.2"
coverage = "~=5.0"
parameterized = "~=0.7"
prospector = "==1.1.6.2" # Our project only works with version 1.1.6.2
Expand Down
Loading

0 comments on commit b3ca6a5

Please sign in to comment.