aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-19 13:19:27 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-19 13:19:27 +0200
commitec3a865fd988d1999e4bbf2fcd9ffaf969d98aa4 (patch)
tree28d7fd713218bd61bec70817f8e48f59326b893e /Pipfile
parentAdded test cases to increase coverage for this PR to 100% (diff)
parentPin flake8-bandit to 1.0.2 to fix ExceptHandler error. (diff)
Merge branch 'django_front_page' of github.com:python-discord/site into django_front_page
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"