Skip to content

Commit

Permalink
updated to bandit 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Dec 13, 2020
1 parent 9e123a7 commit 6e67baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .bandit.yml
Expand Up @@ -2,8 +2,4 @@
# https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b309-httpsconnection
# B309 : httpsconnection

# not dangerous in Python 3
# https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b322-input
# B322 : input

skips: [B309, B322]
skips: [B309]
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -7,7 +7,7 @@ pip
wheel

black>=20.8b1
bandit>=1.6.2
bandit>=1.7.0
check-manifest>=0.45
coverage>=5.3
flake8>=3.8.4
Expand Down

0 comments on commit 6e67baa

Please sign in to comment.