aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Scragly <[email protected]>2019-04-19 16:17:38 +1000
committerGravatar Scragly <[email protected]>2019-04-19 16:17:38 +1000
commit508ed84cf39a44d1676b93ac0021947d1fb05d96 (patch)
tree3acb81d83f7cb5fdc33e643bae73a418f7b7a474 /Pipfile
parentAddressing all of volcyys review comments, and adding linting and full test c... (diff)
Pin flake8-bandit to 1.0.2 to fix ExceptHandler error.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index fb9bee12..7f8ac937 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,7 @@ verify_ssl = true
[dev-packages]
flake8 = "~=3.7.7"
-flake8-bandit = "~=2.1.0"
+flake8-bandit = "==1.0.2"
flake8-bugbear = "~=19.3.0"
flake8-import-order = "~=0.18.1"
flake8-string-format = "~=0.2.3"