aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-08-03 10:36:04 +0200
committerGravatar GitHub <[email protected]>2020-08-03 10:36:04 +0200
commit1240fa7163bbffcff367fdc48c92ab698dd791f4 (patch)
tree314b90bc6e9a36789d6b3eab01a82c57c049ddeb /Pipfile
parentRemove superfluous Available help channels. (diff)
parentMerge branch 'master' into whitelist_system (diff)
Merge pull request #1058 from python-discord/whitelist_system
FilterLists: Manage whitelisting and blacklisting via the bot
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 2d6b45aa9..4db8a238b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -28,7 +28,7 @@ statsd = "~=3.3"
[dev-packages]
coverage = "~=5.0"
-flake8 = "~=3.7"
+flake8 = "~=3.8"
flake8-annotations = "~=2.0"
flake8-bugbear = "~=20.1"
flake8-docstrings = "~=1.4"